This commit is contained in:
parent
b85decb124
commit
174de4e288
88 changed files with 38 additions and 18 deletions
1
.godot/.gdignore
Normal file
1
.godot/.gdignore
Normal file
|
@ -0,0 +1 @@
|
|||
|
4
.godot/editor/filesystem_cache8
Normal file
4
.godot/editor/filesystem_cache8
Normal file
|
@ -0,0 +1,4 @@
|
|||
ea4bc82a6ad023ab7ee23ee620429895
|
||||
::res://::1716826573
|
||||
default_env.tres::Environment::-1::1716823813::0::1::::<><>::
|
||||
icon.png::CompressedTexture2D::4377832383621260559::1716823813::1716826574::1::::<><>::
|
8
.godot/editor/project_metadata.cfg
Normal file
8
.godot/editor/project_metadata.cfg
Normal file
|
@ -0,0 +1,8 @@
|
|||
[editor_metadata]
|
||||
|
||||
executable_path="J:/Godot/Godot_v4.2.2-stable_win64.exe"
|
||||
|
||||
[debug_options]
|
||||
|
||||
run_live_debug=true
|
||||
run_reload_scripts=true
|
1
.godot/global_script_class_cache.cfg
Normal file
1
.godot/global_script_class_cache.cfg
Normal file
|
@ -0,0 +1 @@
|
|||
list=[]
|
BIN
.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex
Normal file
BIN
.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex
Normal file
Binary file not shown.
|
@ -0,0 +1,3 @@
|
|||
source_md5="ae7e641067601e2184afcade49abd283"
|
||||
dest_md5="7097a128ef8e287755555d0247431435"
|
||||
|
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.
|
@ -1,32 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b3mwi3jf3uimx"
|
||||
path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://icon.png"
|
||||
source_md5="ae7e641067601e2184afcade49abd283"
|
||||
|
||||
dest_files=[ "res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" ]
|
||||
dest_md5="84511021bbc8c9d37c7f0f4d181de883"
|
||||
dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_mode=0
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
flags/repeat=0
|
||||
flags/filter=true
|
||||
flags/mipmaps=false
|
||||
flags/anisotropic=false
|
||||
flags/srgb=2
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/HDR_as_SRGB=false
|
||||
stream=false
|
||||
size_limit=0
|
||||
detect_3d=true
|
||||
svg/scale=1.0
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
|
|
|
@ -6,11 +6,12 @@
|
|||
; [section] ; section goes between []
|
||||
; param=value ; assign values to parameters
|
||||
|
||||
config_version=3
|
||||
config_version=5
|
||||
|
||||
[application]
|
||||
|
||||
config/name="TestProject"
|
||||
config/features=PackedStringArray("4.2")
|
||||
config/icon="res://icon.png"
|
||||
|
||||
[rendering]
|
||||
|
|
Reference in a new issue