second one
This commit is contained in:
@@ -8,8 +8,8 @@ dock_closed=[]
|
||||
dock_split_2=0
|
||||
dock_split_3=0
|
||||
dock_hsplit_1=0
|
||||
dock_hsplit_2=280
|
||||
dock_hsplit_3=-280
|
||||
dock_hsplit_2=0
|
||||
dock_hsplit_3=0
|
||||
dock_hsplit_4=0
|
||||
dock_9_selected_tab_idx=0
|
||||
dock_3="Scene,Import"
|
||||
@@ -24,7 +24,7 @@ v_split_offset=0
|
||||
display_mode=0
|
||||
file_sort=0
|
||||
file_list_display_mode=1
|
||||
selected_paths=PackedStringArray("res://scenes/Player.tscn")
|
||||
selected_paths=PackedStringArray("res://scripts/Main.gd")
|
||||
uncollapsed_paths=PackedStringArray("Favorites", "res://", "res://scripts/", "res://scenes/")
|
||||
|
||||
[docks/History]
|
||||
@@ -34,8 +34,8 @@ include_global=true
|
||||
|
||||
[EditorNode]
|
||||
|
||||
open_scenes=PackedStringArray("res://scenes/Player.tscn")
|
||||
current_scene="res://scenes/Player.tscn"
|
||||
open_scenes=PackedStringArray("res://scenes/Main.tscn", "res://scenes/Enemy.tscn", "res://scenes/Player.tscn")
|
||||
current_scene="res://scenes/Enemy.tscn"
|
||||
bottom_panel_offsets={
|
||||
"Audio": -450,
|
||||
"Debugger": 0,
|
||||
@@ -53,11 +53,14 @@ position=Vector2i(0, 60)
|
||||
[ScriptEditor]
|
||||
|
||||
open_scripts=["res://scripts/Enemy.gd", "res://scripts/Main.gd", "res://scripts/Player.gd"]
|
||||
selected_script="res://scripts/Enemy.gd"
|
||||
selected_script="res://scripts/Player.gd"
|
||||
open_help=[]
|
||||
script_split_offset=400
|
||||
list_split_offset=0
|
||||
zoom_factor=1.0
|
||||
window_rect=Rect2i(0, 0, 2880, 1800)
|
||||
window_screen=0
|
||||
window_screen_rect=Rect2i(0, 60, 2880, 1740)
|
||||
|
||||
[GameView]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user