]> Untitled Git - star-foxy.git/blobdiff - project.godot
Added stupid bullets
[star-foxy.git] / project.godot
index 9fb6ae29589a8be3fd6d8b4f4340dcc70d489bac..06fec1fdb107be8b372a4ea2c11e53945038d11d 100644 (file)
@@ -14,6 +14,10 @@ config/name="star-foxy"
 run/main_scene="res://main.tscn"
 config/icon="res://icon.png"
 
 run/main_scene="res://main.tscn"
 config/icon="res://icon.png"
 
+[global]
+
+draw=false
+
 [input]
 
 player_up={
 [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)
  ]
 }
 "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]
 
 
 [physics]