Adding pathing
This commit is contained in:
parent
a91635a68c
commit
9f9f1a7502
5 changed files with 187 additions and 7 deletions
|
|
@ -24,3 +24,11 @@ window/stretch/scale_mode="integer"
|
|||
[editor_plugins]
|
||||
|
||||
enabled=PackedStringArray("res://addons/log/plugin.cfg")
|
||||
|
||||
[input]
|
||||
|
||||
move_to={
|
||||
"deadzone": 0.5,
|
||||
"events": [Object(InputEventMouseButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"button_mask":1,"position":Vector2(253, 34),"global_position":Vector2(259, 96),"factor":1.0,"button_index":1,"canceled":false,"pressed":true,"double_click":false,"script":null)
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue