42 lines
806 B
INI
42 lines
806 B
INI
|
[res://scripts/gamecontroller.gd]
|
||
|
|
||
|
state={
|
||
|
"bookmarks": PackedInt32Array(),
|
||
|
"breakpoints": PackedInt32Array(),
|
||
|
"column": 0,
|
||
|
"folded_lines": Array[int]([]),
|
||
|
"h_scroll_position": 0,
|
||
|
"row": 0,
|
||
|
"scroll_position": 0.0,
|
||
|
"selection": false,
|
||
|
"syntax_highlighter": "GDScript"
|
||
|
}
|
||
|
|
||
|
[res://scripts/CharacterBody2D.gd]
|
||
|
|
||
|
state={
|
||
|
"bookmarks": PackedInt32Array(),
|
||
|
"breakpoints": PackedInt32Array(),
|
||
|
"column": 33,
|
||
|
"folded_lines": Array[int]([]),
|
||
|
"h_scroll_position": 0,
|
||
|
"row": 67,
|
||
|
"scroll_position": 0.0,
|
||
|
"selection": false,
|
||
|
"syntax_highlighter": "GDScript"
|
||
|
}
|
||
|
|
||
|
[res://scripts/bullet.gd]
|
||
|
|
||
|
state={
|
||
|
"bookmarks": PackedInt32Array(),
|
||
|
"breakpoints": PackedInt32Array(),
|
||
|
"column": 14,
|
||
|
"folded_lines": Array[int]([]),
|
||
|
"h_scroll_position": 0,
|
||
|
"row": 13,
|
||
|
"scroll_position": 0.0,
|
||
|
"selection": false,
|
||
|
"syntax_highlighter": "GDScript"
|
||
|
}
|