basic player movement

This commit is contained in:
Victor Turgeon
2023-01-14 15:04:44 -05:00
parent 0d3b9e7ba8
commit 99b6f5ed0a
108 changed files with 743 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
[res://Player/player.gd]
state={
"bookmarks": PackedInt32Array(),
"breakpoints": PackedInt32Array(),
"column": 30,
"folded_lines": [],
"h_scroll_position": 0,
"row": 2,
"scroll_position": 0.0,
"selection": false,
"syntax_highlighter": "GDScript"
}