pull/1/head
Kenney 2024-02-09 10:47:58 +07:00
parent c504057298
commit 56e23b46bf
4 changed files with 13 additions and 4 deletions

7
.gitignore vendored

@ -1,3 +1,6 @@
# Godot 4+ specific ignores
.godot/
# Godot-specific ignores
.import/
export.cfg
@ -9,3 +12,7 @@ export_presets.cfg
# Mono-specific ignores
.mono/
data_*/
mono_crash.*.json
# Kenney ignores
build/

@ -1,5 +1,5 @@
ea4bc82a6ad023ab7ee23ee620429895
::res://::1707176335
::res://::1707472056
icon.png::CompressedTexture2D::6666337829934764782::1707175611::1707175656::1::::<><>::
LICENSE.md::TextFile::-1::1707042163::0::1::::<><>::
README.md::TextFile::-1::1707176159::0::1::::<><>::
@ -33,6 +33,6 @@ weapon-spear.glb::PackedScene::6194375692660659661::1705398200::1707041719::1:::
weapon-sword.glb::PackedScene::3325702735674309073::1705398200::1707041719::1::::<><>::uid://oae7stnemsm::::res://sample/Mini Arena/Models/GLB format/Textures/colormap.png
::res://sample/Mini Arena/Models/GLB format/Textures/::1707041804
colormap.png::CompressedTexture2D::28910141166957680::1705398217::1707041804::1::::<><>::
::res://scenes/::1707176321
main-environment.tres::Environment::5683112388667118029::1707176321::0::1::::<><>::
main.tscn::PackedScene::5007890476823162281::1707176321::0::1::::<><>::uid://basbm4qaiq6k5::::res://sample/Mini Arena/Models/GLB format/column.glb<>uid://cm77bbr0io118::::res://scenes/main-environment.tres<>uid://bqxa36hkpl1hj::::res://sample/Mini Arena/Models/GLB format/banner.glb<>uid://gaivtq4jlu8u::::res://sample/Mini Arena/Models/GLB format/tree.glb<>uid://dp4f8paatagro::::res://sample/Mini Arena/Models/GLB format/bricks.glb<>uid://nl2p4gn2t5ke::::res://sample/Mini Arena/Models/GLB format/statue.glb
::res://scenes/::1707176344
main-environment.tres::Environment::5683112388667118029::1707176344::0::1::::<><>::
main.tscn::PackedScene::5007890476823162281::1707176344::0::1::::<><>::uid://basbm4qaiq6k5::::res://sample/Mini Arena/Models/GLB format/column.glb<>uid://cm77bbr0io118::::res://scenes/main-environment.tres<>uid://bqxa36hkpl1hj::::res://sample/Mini Arena/Models/GLB format/banner.glb<>uid://gaivtq4jlu8u::::res://sample/Mini Arena/Models/GLB format/tree.glb<>uid://dp4f8paatagro::::res://sample/Mini Arena/Models/GLB format/bricks.glb<>uid://nl2p4gn2t5ke::::res://sample/Mini Arena/Models/GLB format/statue.glb

@ -1 +1,2 @@
res://scenes
res://

@ -12,6 +12,7 @@ config_version=5
config/name="Starter Kit Basic Scene"
config/tags=PackedStringArray("starterkit")
run/main_scene="res://scenes/main.tscn"
config/features=PackedStringArray("4.2", "Forward Plus")
boot_splash/bg_color=Color(0.92549, 0.92549, 0.960784, 1)
boot_splash/image="res://splash-screen.png"