This commit is contained in:
pennyrigate 2025-07-23 18:49:06 -04:00
parent 8a0891c6dd
commit ce2b44b3fa
598 changed files with 4038 additions and 7 deletions

View file

@ -0,0 +1,31 @@
[res://assets/coin.gd]
state={
"bookmarks": PackedInt32Array(),
"breakpoints": PackedInt32Array(),
"column": 2,
"folded_lines": Array[int]([]),
"h_scroll_position": 0,
"row": 6,
"scroll_position": 0.0,
"selection": false,
"syntax_highlighter": "GDScript"
}
[res://ball.gd]
state={
"bookmarks": PackedInt32Array(),
"breakpoints": PackedInt32Array(),
"column": 0,
"folded_lines": Array[int]([]),
"h_scroll_position": 0,
"row": 37,
"scroll_position": 30.0,
"selection": true,
"selection_from_column": 0,
"selection_from_line": 37,
"selection_to_column": 65,
"selection_to_line": 37,
"syntax_highlighter": "GDScript"
}