摄像机系统,和子对象绑定
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user