configuration update
This commit is contained in:
parent
a9190f317d
commit
c1705bff12
@ -28,16 +28,16 @@ dock_5="Inspector,Node,History"
|
||||
[EditorNode]
|
||||
|
||||
open_scenes=PackedStringArray("res://scenes/game.tscn", "res://scenes/character.tscn", "res://scenes/bullet.tscn", "res://scenes/crate.tscn", "res://scenes/badguy.tscn")
|
||||
current_scene="res://scenes/character.tscn"
|
||||
current_scene="res://scenes/badguy.tscn"
|
||||
center_split_offset=-325
|
||||
selected_default_debugger_tab_idx=0
|
||||
selected_main_editor_idx=2
|
||||
selected_bottom_panel_item=0
|
||||
selected_bottom_panel_item=9
|
||||
|
||||
[ScriptEditor]
|
||||
|
||||
open_scripts=["res://scripts/badguy.gd", "res://scripts/bullet.gd", "res://scripts/CharacterBody2D.gd", "res://scripts/coin.gd", "res://scripts/gamecontroller.gd", "res://scripts/Trigger.gd"]
|
||||
selected_script="res://scripts/CharacterBody2D.gd"
|
||||
selected_script="res://scripts/badguy.gd"
|
||||
open_help=[]
|
||||
script_split_offset=70
|
||||
list_split_offset=0
|
||||
|
@ -3,10 +3,10 @@
|
||||
state={
|
||||
"bookmarks": PackedInt32Array(),
|
||||
"breakpoints": PackedInt32Array(),
|
||||
"column": 19,
|
||||
"column": 34,
|
||||
"folded_lines": Array[int]([]),
|
||||
"h_scroll_position": 0,
|
||||
"row": 27,
|
||||
"row": 32,
|
||||
"scroll_position": 20.0,
|
||||
"selection": false,
|
||||
"syntax_highlighter": "GDScript"
|
||||
@ -73,11 +73,11 @@ state={
|
||||
state={
|
||||
"bookmarks": PackedInt32Array(),
|
||||
"breakpoints": PackedInt32Array(),
|
||||
"column": 23,
|
||||
"column": 28,
|
||||
"folded_lines": Array[int]([]),
|
||||
"h_scroll_position": 0,
|
||||
"row": 27,
|
||||
"scroll_position": 12.0,
|
||||
"row": 31,
|
||||
"scroll_position": 21.0,
|
||||
"selection": false,
|
||||
"syntax_highlighter": "GDScript"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user