摄像机系统,和子对象绑定

This commit is contained in:
ArchZer0
2026-08-17 16:15:05 +08:00
parent 63d97f058a
commit 7b7756f0fe
20 changed files with 744 additions and 132 deletions
+4 -4
View File
@@ -8,10 +8,10 @@
"input": [
{ "action": "quit", "keys": ["Escape"] },
{ "action": "switch_scene", "keys": ["Tab"] },
{ "action": "move_left", "keys": ["Left"] },
{ "action": "move_right", "keys": ["Right"] },
{ "action": "move_up", "keys": ["Up"] },
{ "action": "move_down", "keys": ["Down"] }
{ "action": "move_left", "keys": ["a"] },
{ "action": "move_right", "keys": ["d"] },
{ "action": "move_up", "keys": ["w"] },
{ "action": "move_down", "keys": ["s"] }
],
"start_scene": "square",