JuggleBoard game v0.1: Godot 4.7 arcade, combo decay, config menu, circus BGM

This commit is contained in:
enne2
2026-08-10 18:38:45 +02:00
commit 7a2a00aa21
21 changed files with 1133 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
; Engine configuration file.
config_version=5
[application]
config/name="JuggleBoard"
run/main_scene="res://scenes/main.tscn"
config/features=PackedStringArray("4.7", "GL Compatibility")
config/icon="res://icon.svg"
[autoload]
Settings="*res://scripts/settings.gd"
[display]
window/size/viewport_width=1280
window/size/viewport_height=720
window/size/resizable=false
window/stretch/mode="canvas_items"
window/stretch/aspect="keep"
window/handheld/orientation=4
[input_devices]
pointing/emulate_touch_from_mouse=true
pointing/emulate_mouse_from_touch=true
[rendering]
renderer/rendering_method="gl_compatibility"
renderer/rendering_method.mobile="gl_compatibility"