Messing with the dungeon

This commit is contained in:
2024-08-27 20:05:18 -07:00
parent 2fb0c364ca
commit 699a333951
45 changed files with 1005 additions and 182 deletions

View File

@@ -12,7 +12,7 @@ config_version=5
config/name="GameJamDungeon"
run/main_scene="res://src/Main.tscn"
config/features=PackedStringArray("4.3", "C#", "GL Compatibility")
config/features=PackedStringArray("4.4", "C#", "GL Compatibility")
[display]
@@ -72,4 +72,6 @@ Inventory={
[physics]
3d/run_on_separate_thread=true
common/physics_ticks_per_second=144
3d/physics_engine="GodotPhysics3D"