Map screen version

This commit is contained in:
2026-08-23 13:16:04 +03:00
parent 45427b7070
commit d749485126
16 changed files with 650 additions and 9 deletions
+3 -2
View File
@@ -13,7 +13,7 @@ config_version=5
config/name="Bullosseum"
config/version="0.2.0"
run/main_scene="res://MainMenu.tscn"
config/features=PackedStringArray("4.7", "Forward Plus")
config/features=PackedStringArray("4.7", "GL Compatibility")
boot_splash/bg_color=Color(0, 0, 0, 1)
boot_splash/image="res://Assets/loading_screen.png"
config/icon="uid://dct1d88g015el"
@@ -27,6 +27,7 @@ Console="*res://console.gd"
Controls="*res://controls_manager.gd"
DebugDraw="*res://debug_draw.gd"
Settings="*res://settings.gd"
Run="*res://run_state.gd"
[display]
@@ -120,7 +121,7 @@ pointing/emulate_touch_from_mouse=true
[rendering]
rendering_device/driver.windows="d3d12"
rendering_device/driver.windows="opengl3"
renderer/rendering_method="gl_compatibility"
textures/vram_compression/import_s3tc_bptc=true
textures/vram_compression/import_etc2_astc=true