Initial commit — Godot space roguelite source

- Touch controls: direct InputEventScreenTouch in shop_ui (bypass relay)
- ItemDB: static preload list instead of DirAccess scan (export fix)
- All 18 items with EN localisation (name_en, desc_en, category_en)
- Ship playstyles: NOVA-1 shield, INFERNO ram, AURORA agile/tank
- Quasar: SMBH visual, jet boost, merge, push, BH-eating
- Atlas & UI text updated EN+DE

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-21 14:38:09 +02:00
commit edc40f9008
108 changed files with 10068 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"permissions": {
"allow": [
"mcp__godot-mcp-pro__validate_script",
"mcp__godot-mcp-pro__get_editor_errors",
"mcp__godot-mcp-pro__reload_project",
"mcp__godot-mcp-pro__play_scene",
"mcp__godot-mcp-pro__create_script",
"mcp__godot-mcp-pro__get_project_info",
"mcp__godot-mcp-pro__get_scene_tree",
"mcp__godot-mcp-pro__read_script",
"mcp__godot-mcp-pro__get_game_screenshot",
"mcp__godot-mcp-pro__simulate_action",
"mcp__godot-mcp-pro__execute_game_script",
"mcp__godot-mcp-pro__stop_scene",
"mcp__godot-mcp-pro__get_filesystem_tree",
"mcp__godot-mcp-pro__get_scene_file_content",
"mcp__godot-mcp-pro__get_input_actions",
"mcp__godot-mcp-pro__execute_editor_script"
]
}
}