add .godot
This commit is contained in:
parent
9d05045af5
commit
d8bf220899
95 changed files with 90 additions and 0 deletions
1
.godot/.gdignore
Normal file
1
.godot/.gdignore
Normal file
|
@ -0,0 +1 @@
|
||||||
|
|
48
.godot/editor/editor_layout.cfg
Normal file
48
.godot/editor/editor_layout.cfg
Normal file
|
@ -0,0 +1,48 @@
|
||||||
|
[docks]
|
||||||
|
|
||||||
|
dock_3_selected_tab_idx=0
|
||||||
|
dock_4_selected_tab_idx=0
|
||||||
|
dock_5_selected_tab_idx=0
|
||||||
|
dock_floating={}
|
||||||
|
dock_bottom=[]
|
||||||
|
dock_closed=[]
|
||||||
|
dock_split_2=0
|
||||||
|
dock_split_3=0
|
||||||
|
dock_hsplit_1=0
|
||||||
|
dock_hsplit_2=202
|
||||||
|
dock_hsplit_3=-202
|
||||||
|
dock_hsplit_4=0
|
||||||
|
dock_filesystem_h_split_offset=180
|
||||||
|
dock_filesystem_v_split_offset=0
|
||||||
|
dock_filesystem_display_mode=0
|
||||||
|
dock_filesystem_file_sort=0
|
||||||
|
dock_filesystem_file_list_display_mode=1
|
||||||
|
dock_filesystem_selected_paths=PackedStringArray("res://")
|
||||||
|
dock_filesystem_uncollapsed_paths=PackedStringArray("Favorites", "res://")
|
||||||
|
dock_3="Scene,Import"
|
||||||
|
dock_4="FileSystem"
|
||||||
|
dock_5="Inspector,Node,History"
|
||||||
|
|
||||||
|
[EditorNode]
|
||||||
|
|
||||||
|
open_scenes=PackedStringArray("res://scenes/main.tscn")
|
||||||
|
current_scene="res://scenes/main.tscn"
|
||||||
|
center_split_offset=0
|
||||||
|
selected_default_debugger_tab_idx=0
|
||||||
|
selected_main_editor_idx=1
|
||||||
|
|
||||||
|
[ScriptEditor]
|
||||||
|
|
||||||
|
open_scripts=[]
|
||||||
|
selected_script=""
|
||||||
|
open_help=[]
|
||||||
|
script_split_offset=52
|
||||||
|
list_split_offset=0
|
||||||
|
zoom_factor=1.0
|
||||||
|
|
||||||
|
[ShaderEditor]
|
||||||
|
|
||||||
|
open_shaders=[]
|
||||||
|
split_offset=0
|
||||||
|
selected_shader=""
|
||||||
|
text_shader_zoom_factor=1.0
|
19
.godot/editor/filesystem_cache8
Normal file
19
.godot/editor/filesystem_cache8
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
ea4bc82a6ad023ab7ee23ee620429895
|
||||||
|
::res://::1719696854
|
||||||
|
export_presets.cfg::TextFile::-1::1719694071::0::1::::<><>::
|
||||||
|
icon.svg::CompressedTexture2D::9183777348629405697::1716280398::1719696855::1::::<><>::
|
||||||
|
::res://assets/::1718705344
|
||||||
|
::res://assets/background/::1719696665
|
||||||
|
Login-Khanat-background.png::CompressedTexture2D::1428836500577285598::1711901285::1719696856::1::::<><>::
|
||||||
|
settings-Khanat-background.png::CompressedTexture2D::5516626802154074726::1711901285::1719696856::1::::<><>::
|
||||||
|
::res://assets/tres/::1719689537
|
||||||
|
khaganat.tres::Theme::1130341591785501069::1719689537::0::1::::<><>::
|
||||||
|
::res://scenes/::1719414107
|
||||||
|
main.tscn::PackedScene::6453645150687038837::1719414107::0::1::::<><>::uid://kkwgk2l7gu4n::::res://scenes/interface/page_login.tscn
|
||||||
|
::res://scenes/interface/::1719694053
|
||||||
|
page_game.tscn::PackedScene::552324959556116223::1719694053::0::1::::<><>::res://scripts/interface/page_game.gd<>uid://ckukbjjvm54c5::::res://assets/background/settings-Khanat-background.png<>uid://qdstcmrdbjar::::res://assets/tres/khaganat.tres
|
||||||
|
page_login.tscn::PackedScene::723879270011246215::1719694053::0::1::::<><>::uid://umey1bnaop31::::res://assets/background/Login-Khanat-background.png<>res://scripts/interface/page_login.gd<>uid://qdstcmrdbjar::::res://assets/tres/khaganat.tres
|
||||||
|
::res://scripts/::1719255942
|
||||||
|
::res://scripts/interface/::1719695336
|
||||||
|
page_game.gd::GDScript::-1::1719693674::0::1::::<>Control<>::
|
||||||
|
page_login.gd::GDScript::-1::1719256264::0::1::::<>Control<>::
|
|
@ -0,0 +1,5 @@
|
||||||
|
[folding]
|
||||||
|
|
||||||
|
node_unfolds=[NodePath("main_menu"), PackedStringArray("Layout", "Theme")]
|
||||||
|
resource_unfolds=[]
|
||||||
|
nodes_folded=[]
|
7
.godot/editor/project_metadata.cfg
Normal file
7
.godot/editor/project_metadata.cfg
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
[editor_metadata]
|
||||||
|
|
||||||
|
executable_path="/home/deed/godot4.3/Godot_v4.3-beta2_linux.x86_64"
|
||||||
|
|
||||||
|
[recent_files]
|
||||||
|
|
||||||
|
scenes=["res://scenes/main.tscn"]
|
0
.godot/editor/script_editor_cache.cfg
Normal file
0
.godot/editor/script_editor_cache.cfg
Normal file
1
.godot/global_script_class_cache.cfg
Normal file
1
.godot/global_script_class_cache.cfg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
list=Array[Dictionary]([])
|
Binary file not shown.
|
@ -0,0 +1,3 @@
|
||||||
|
source_md5="dbf5a8d0948fe884519e04d6bca20890"
|
||||||
|
dest_md5="c5e2c8612c7f2e58ca07e81200d936d4"
|
||||||
|
|
BIN
.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex
Normal file
BIN
.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex
Normal file
Binary file not shown.
|
@ -0,0 +1,3 @@
|
||||||
|
source_md5="6b889d078fa758143359bc161bfef966"
|
||||||
|
dest_md5="efbc9a5174dc45bf0d631c4faedd17a8"
|
||||||
|
|
Binary file not shown.
|
@ -0,0 +1,3 @@
|
||||||
|
source_md5="fae7bbc4f8fe9b03be1822fe60cccbce"
|
||||||
|
dest_md5="b5c091957dbb8dbb6fdfc9addb64d581"
|
||||||
|
|
0
.godot/scene_groups_cache.cfg
Normal file
0
.godot/scene_groups_cache.cfg
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
.godot/uid_cache.bin
Normal file
BIN
.godot/uid_cache.bin
Normal file
Binary file not shown.
Loading…
Reference in a new issue