testing git, ignore this commit please!
This commit is contained in:
@@ -1,12 +1,8 @@
|
|||||||
[docks]
|
[docks]
|
||||||
|
|
||||||
dock_3="Scene,Import"
|
|
||||||
dock_3_selected_tab_idx=0
|
dock_3_selected_tab_idx=0
|
||||||
dock_4="FileSystem,History"
|
|
||||||
dock_4_selected_tab_idx=0
|
dock_4_selected_tab_idx=0
|
||||||
dock_5="Inspector,Signals,Groups"
|
|
||||||
dock_5_selected_tab_idx=0
|
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_floating={}
|
||||||
dock_closed=[]
|
dock_closed=[]
|
||||||
dock_split_2=0
|
dock_split_2=0
|
||||||
@@ -15,6 +11,10 @@ dock_hsplit_1=0
|
|||||||
dock_hsplit_2=280
|
dock_hsplit_2=280
|
||||||
dock_hsplit_3=-280
|
dock_hsplit_3=-280
|
||||||
dock_hsplit_4=0
|
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]
|
[docks/FileSystem]
|
||||||
|
|
||||||
@@ -23,7 +23,7 @@ v_split_offset=0
|
|||||||
display_mode=0
|
display_mode=0
|
||||||
file_sort=0
|
file_sort=0
|
||||||
file_list_display_mode=1
|
file_list_display_mode=1
|
||||||
selected_paths=PackedStringArray("res://")
|
selected_paths=PackedStringArray()
|
||||||
uncollapsed_paths=PackedStringArray("Favorites", "res://")
|
uncollapsed_paths=PackedStringArray("Favorites", "res://")
|
||||||
|
|
||||||
[docks/History]
|
[docks/History]
|
||||||
@@ -36,21 +36,25 @@ include_global=true
|
|||||||
open_scenes=PackedStringArray()
|
open_scenes=PackedStringArray()
|
||||||
current_scene=""
|
current_scene=""
|
||||||
bottom_panel_offsets={
|
bottom_panel_offsets={
|
||||||
"Audio": -450
|
"Animation": 0,
|
||||||
|
"Audio": -450,
|
||||||
|
"Debugger": 0,
|
||||||
|
"Output": 0,
|
||||||
|
"Shader Editor": 0
|
||||||
}
|
}
|
||||||
selected_default_debugger_tab_idx=0
|
selected_default_debugger_tab_idx=0
|
||||||
selected_main_editor_idx=1
|
selected_main_editor_idx=2
|
||||||
|
|
||||||
[EditorWindow]
|
[EditorWindow]
|
||||||
|
|
||||||
screen=0
|
screen=0
|
||||||
mode="maximized"
|
mode="maximized"
|
||||||
position=Vector2i(1920, 28)
|
position=Vector2i(0, 23)
|
||||||
|
|
||||||
[ScriptEditor]
|
[ScriptEditor]
|
||||||
|
|
||||||
open_scripts=[]
|
open_scripts=["res://README.md", "res://test"]
|
||||||
selected_script=""
|
selected_script="res://test"
|
||||||
open_help=[]
|
open_help=[]
|
||||||
script_split_offset=200
|
script_split_offset=200
|
||||||
list_split_offset=0
|
list_split_offset=0
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
63f7b34db8d8cdea90c76aacccf841ec
|
63f7b34db8d8cdea90c76aacccf841ec
|
||||||
::res://::1773375766
|
::res://::1773433418
|
||||||
icon.svg::CompressedTexture2D::3681760179864442057::1773375761::1773375766::1::::<><><>0<>0<>ed5b0c367615dcfdc54b61bc45350208<>res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex::
|
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"
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
source_md5="a16f2eed1b4496c4abf03d329708ba09"
|
source_md5="17aa99f97e300ec84af44ed317103361"
|
||||||
dest_md5="b48bef1f2eefdd190e0a3e60a6188d75"
|
dest_md5="b48bef1f2eefdd190e0a3e60a6188d75"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user