31 lines
618 B
INI
31 lines
618 B
INI
[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"
|
|
}
|