forked from team-sg/hero-mark-2
moved debug to scene
This commit is contained in:
parent
42acd93b1d
commit
56d03ac23d
4 changed files with 122 additions and 25 deletions
|
@ -17,6 +17,7 @@ config/icon="res://icon.png"
|
|||
[autoload]
|
||||
|
||||
Game="*res://game.tscn"
|
||||
Debug="*res://objects/debug.tscn"
|
||||
|
||||
[display]
|
||||
|
||||
|
@ -108,6 +109,11 @@ debug_2={
|
|||
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":50,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
||||
]
|
||||
}
|
||||
debug_show={
|
||||
"deadzone": 0.5,
|
||||
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":72,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
||||
]
|
||||
}
|
||||
|
||||
[physics]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue