Major Changes including Options menu, logic blocks, modding system, and more.

This commit is contained in:
2026-08-06 01:28:52 -04:00
parent c9ac4641a0
commit b58acff195
90 changed files with 4065 additions and 485 deletions

View File

@@ -19,6 +19,10 @@ run/main_scene="res://src/Main.tscn"
config/features=PackedStringArray("4.6", "C#", "Mobile")
config/icon="res://icon.png"
[autoload]
ControllerIcons="*uid://cvqaxgmq6by3f"
[debug_draw_3d]
settings/addon_root_folder="res://addons/debug_draw_3d"
@@ -41,7 +45,7 @@ naming/scene_name_casing=1
[editor_plugins]
enabled=PackedStringArray("res://addons/imrp/plugin.cfg")
enabled=PackedStringArray("res://addons/controller_icons/plugin.cfg", "res://addons/explore-editor-theme/plugin.cfg", "res://addons/imrp/plugin.cfg")
[gui]
@@ -54,6 +58,7 @@ theme/default_theme_scale=2.0
move_forward={
"deadzone": 0.2,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":87,"key_label":0,"unicode":119,"location":0,"echo":false,"script":null)
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":-1.0,"script":null)
]
}
move_back={