Compare commits
2
Commits
a608405faa
...
4e916026c1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4e916026c1 | ||
|
|
955b0b2d60 |
@@ -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,11 @@
|
||||
[game_view]
|
||||
|
||||
select_mode=0
|
||||
|
||||
[editor_metadata]
|
||||
|
||||
executable_path="D:/SteamLibrary/steamapps/common/Godot Engine/godot.windows.opt.tools.64.exe"
|
||||
|
||||
[recent_files]
|
||||
|
||||
scripts=["res://test", "res://README.md"]
|
||||
@@ -0,0 +1 @@
|
||||
D:/Dev/Solar Beat/sb-godot-repo/SolarBeatGodot/
|
||||
@@ -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"
|
||||
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user