switch
This commit is contained in:
@@ -22,7 +22,7 @@ dock_hsplit_1=0
|
||||
dock_hsplit_2=270
|
||||
dock_hsplit_3=-270
|
||||
dock_hsplit_4=0
|
||||
dock_9_selected_tab_idx=0
|
||||
dock_9_selected_tab_idx=1
|
||||
dock_3="Scene,Import"
|
||||
dock_4="FileSystem"
|
||||
dock_5="Inspector,History,Signals,Groups"
|
||||
@@ -30,10 +30,10 @@ dock_9="Output,Debugger,Audio,Animation,Shader Editor,Search Results,AnimationTr
|
||||
|
||||
[EditorNode]
|
||||
|
||||
open_scenes=PackedStringArray("res://scenes/main.tscn", "res://scenes/gamestate.tscn")
|
||||
current_scene="res://scenes/main.tscn"
|
||||
open_scenes=PackedStringArray("res://scenes/train_control.tscn")
|
||||
current_scene="res://scenes/train_control.tscn"
|
||||
center_split_offset=-864
|
||||
selected_default_debugger_tab_idx=1
|
||||
selected_default_debugger_tab_idx=0
|
||||
selected_main_editor_idx=2
|
||||
selected_bottom_panel_item=0
|
||||
bottom_panel_offsets={
|
||||
@@ -53,8 +53,8 @@ size=Vector2i(4294, 3405)
|
||||
|
||||
[ScriptEditor]
|
||||
|
||||
open_scripts=["res://scripts/engine.gd", "res://scripts/gamestate.gd", "res://scripts/main.gd", "res://scripts/objloader.gd", "res://scripts/scene_switcher.gd", "res://scripts/track_generator.gd", "res://scripts/train.gd", "res://scripts/traincontrol.gd", "res://scripts/traincontrol_camera.gd", "res://scripts/trainjourney.gd", "res://scripts/trainjourney_camera.gd", "res://scripts/train_movement.gd"]
|
||||
selected_script="res://scripts/main.gd"
|
||||
open_scripts=["res://scripts/engine.gd", "res://scripts/gamestate.gd", "res://scripts/main.gd", "res://scripts/objloader.gd", "res://scripts/rail_swtich.gd", "res://scripts/scene_switcher.gd", "res://scripts/track_generator.gd", "res://scripts/train.gd", "res://scripts/traincontrol.gd", "res://scripts/traincontrol_camera.gd", "res://scripts/trainjourney.gd", "res://scripts/trainjourney_camera.gd", "res://scripts/train_movement.gd"]
|
||||
selected_script="res://scripts/train_movement.gd"
|
||||
open_help=[]
|
||||
script_split_offset=400
|
||||
list_split_offset=0
|
||||
@@ -79,10 +79,20 @@ v_split_offset=0
|
||||
display_mode=0
|
||||
file_sort=0
|
||||
file_list_display_mode=1
|
||||
selected_paths=PackedStringArray("res://scripts/main.gd")
|
||||
uncollapsed_paths=PackedStringArray("res://", "res://scripts/", "res://resources/train kit/")
|
||||
selected_paths=PackedStringArray("res://scenes/train_control.tscn")
|
||||
uncollapsed_paths=PackedStringArray("res://", "res://scripts/", "res://scenes/", "res://resources/train kit/")
|
||||
|
||||
[docks/History]
|
||||
|
||||
include_scene=true
|
||||
include_global=true
|
||||
|
||||
[editor_log]
|
||||
|
||||
log_filter_0=true
|
||||
log_filter_2=true
|
||||
log_filter_1=true
|
||||
log_filter_3=true
|
||||
log_filter_4=true
|
||||
collapse=false
|
||||
show_search=true
|
||||
|
||||
Reference in New Issue
Block a user