coins
This commit is contained in:
parent
8a0891c6dd
commit
ce2b44b3fa
598 changed files with 4038 additions and 7 deletions
31
.godot/editor/script_editor_cache.cfg
Normal file
31
.godot/editor/script_editor_cache.cfg
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue