X-Git-Url: http://git.purplebirdman.com/star-foxy.git/blobdiff_plain/aa5570c71a74c44b300ec57dab7d4a4c07b98f72..d6f09ab75b2aab6b1d965d246e4118b1a2f76a3e:/project.godot diff --git a/project.godot b/project.godot index 9fb6ae2..06fec1f 100644 --- a/project.godot +++ b/project.godot @@ -14,6 +14,10 @@ config/name="star-foxy" run/main_scene="res://main.tscn" config/icon="res://icon.png" +[global] + +draw=false + [input] player_up={ @@ -46,6 +50,26 @@ player_fire={ "events": [ Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":7,"pressure":0.0,"pressed":false,"script":null) ] } +player_aim_up={ +"deadzone": 0.5, +"events": [ Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":3,"axis_value":-1.0,"script":null) + ] +} +player_aim_down={ +"deadzone": 0.5, +"events": [ Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":3,"axis_value":1.0,"script":null) + ] +} +player_aim_left={ +"deadzone": 0.5, +"events": [ Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":2,"axis_value":-1.0,"script":null) + ] +} +player_aim_right={ +"deadzone": 0.5, +"events": [ Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":2,"axis_value":1.0,"script":null) + ] +} [physics]