testing git, ignore this commit please!
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
[docks]
|
||||
|
||||
dock_3="Scene,Import"
|
||||
dock_3_selected_tab_idx=0
|
||||
dock_4="FileSystem,History"
|
||||
dock_4_selected_tab_idx=0
|
||||
dock_5="Inspector,Signals,Groups"
|
||||
dock_5_selected_tab_idx=0
|
||||
dock_9="Output,Debugger,Audio,Animation,Shader Editor,Search Results,AnimationTree,ResourcePreloader,ShaderFile,SpriteFrames,Theme,Polygon,TileSet,TileMap,Replication,GridMap"
|
||||
dock_floating={}
|
||||
dock_closed=[]
|
||||
dock_split_2=0
|
||||
@@ -15,6 +11,10 @@ dock_hsplit_1=0
|
||||
dock_hsplit_2=280
|
||||
dock_hsplit_3=-280
|
||||
dock_hsplit_4=0
|
||||
dock_3="Scene,Import"
|
||||
dock_4="FileSystem,History"
|
||||
dock_5="Inspector,Signals,Groups"
|
||||
dock_9="Output,Debugger,Audio,Animation,Shader Editor,Search Results,AnimationTree,ResourcePreloader,ShaderFile,SpriteFrames,Theme,Polygon,TileSet,TileMap,Replication,GridMap"
|
||||
|
||||
[docks/FileSystem]
|
||||
|
||||
@@ -23,7 +23,7 @@ v_split_offset=0
|
||||
display_mode=0
|
||||
file_sort=0
|
||||
file_list_display_mode=1
|
||||
selected_paths=PackedStringArray("res://")
|
||||
selected_paths=PackedStringArray()
|
||||
uncollapsed_paths=PackedStringArray("Favorites", "res://")
|
||||
|
||||
[docks/History]
|
||||
@@ -36,21 +36,25 @@ include_global=true
|
||||
open_scenes=PackedStringArray()
|
||||
current_scene=""
|
||||
bottom_panel_offsets={
|
||||
"Audio": -450
|
||||
"Animation": 0,
|
||||
"Audio": -450,
|
||||
"Debugger": 0,
|
||||
"Output": 0,
|
||||
"Shader Editor": 0
|
||||
}
|
||||
selected_default_debugger_tab_idx=0
|
||||
selected_main_editor_idx=1
|
||||
selected_main_editor_idx=2
|
||||
|
||||
[EditorWindow]
|
||||
|
||||
screen=0
|
||||
mode="maximized"
|
||||
position=Vector2i(1920, 28)
|
||||
position=Vector2i(0, 23)
|
||||
|
||||
[ScriptEditor]
|
||||
|
||||
open_scripts=[]
|
||||
selected_script=""
|
||||
open_scripts=["res://README.md", "res://test"]
|
||||
selected_script="res://test"
|
||||
open_help=[]
|
||||
script_split_offset=200
|
||||
list_split_offset=0
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
63f7b34db8d8cdea90c76aacccf841ec
|
||||
::res://::1773375766
|
||||
icon.svg::CompressedTexture2D::3681760179864442057::1773375761::1773375766::1::::<><><>0<>0<>ed5b0c367615dcfdc54b61bc45350208<>res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex::
|
||||
::res://::1773433418
|
||||
icon.svg::CompressedTexture2D::3681760179864442057::1773433345::1773433427::1::::<><><>0<>0<>ed5b0c367615dcfdc54b61bc45350208<>res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex::
|
||||
README.md::TextFile::-1::1773433345::0::1::::<><><>0<>0<><>::
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
[res://README.md]
|
||||
|
||||
state={
|
||||
"bookmarks": PackedInt32Array(),
|
||||
"breakpoints": PackedInt32Array(),
|
||||
"column": 0,
|
||||
"folded_lines": PackedInt32Array(),
|
||||
"h_scroll_position": 0,
|
||||
"row": 0,
|
||||
"scroll_position": 0.0,
|
||||
"selection": false,
|
||||
"syntax_highlighter": "Markdown"
|
||||
}
|
||||
|
||||
[res://test]
|
||||
|
||||
state={
|
||||
"bookmarks": PackedInt32Array(),
|
||||
"breakpoints": PackedInt32Array(),
|
||||
"column": 0,
|
||||
"folded_lines": PackedInt32Array(),
|
||||
"h_scroll_position": 0,
|
||||
"row": 0,
|
||||
"scroll_position": 0.0,
|
||||
"selection": false,
|
||||
"syntax_highlighter": "Plain Text"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user