Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 110 Bytes

.notes.md

File metadata and controls

5 lines (5 loc) · 110 Bytes

JSON to JS

/"(.*1):"/ => /$1:/
/\{\n\s+x: (-?\d+),\n\s+y: (-?\d+)\n\s+\}/ => /new Vector2($1, $2)/