|
@@ -1,43 +1,54 @@
|
|
|
|
+config_version=3
|
|
|
|
+
|
|
[application]
|
|
[application]
|
|
|
|
|
|
-icon = "res://icon.png"
|
|
|
|
-main_scene = "res://stage.tscn"
|
|
|
|
-name = "Dynamic Character Control-Based Platformer"
|
|
|
|
-name_es = "Plataformero"
|
|
|
|
-target_fps = "60"
|
|
|
|
|
|
+config/name="Dynamic Character Control-Based Platformer"
|
|
|
|
+run/main_scene="res://stage.tscn"
|
|
|
|
+config/icon="res://icon.png"
|
|
|
|
+target_fps="60"
|
|
|
|
+name_es="Plataformero"
|
|
|
|
|
|
[display]
|
|
[display]
|
|
|
|
|
|
-stretch/aspect = "keep_height"
|
|
|
|
-stretch/mode = "2d"
|
|
|
|
-window/height = 480
|
|
|
|
-window/width = 800
|
|
|
|
|
|
+stretch/aspect="keep_height"
|
|
|
|
+stretch/mode="2d"
|
|
|
|
+window/height=480
|
|
|
|
+window/width=800
|
|
|
|
|
|
[image_loader]
|
|
[image_loader]
|
|
|
|
|
|
-repeat = false
|
|
|
|
|
|
+repeat=false
|
|
|
|
|
|
[input]
|
|
[input]
|
|
|
|
|
|
-jump = [ InputEvent(KEY,16777232), InputEvent(JBUTTON,0) ]
|
|
|
|
-move_left = [ InputEvent(KEY,16777231), InputEvent(JBUTTON,14) ]
|
|
|
|
-move_right = [ InputEvent(KEY,16777233), InputEvent(JBUTTON,15) ]
|
|
|
|
-shoot = [ InputEvent(KEY,32), InputEvent(JBUTTON,2) ]
|
|
|
|
-spawn = [ InputEvent(KEY,16777244), InputEvent(JBUTTON,11) ]
|
|
|
|
|
|
+jump=[ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777232,"unicode":0,"echo":false,"script":null)
|
|
|
|
+, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
+ ]
|
|
|
|
+move_left=[ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777231,"unicode":0,"echo":false,"script":null)
|
|
|
|
+, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":14,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
+ ]
|
|
|
|
+move_right=[ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777233,"unicode":0,"echo":false,"script":null)
|
|
|
|
+, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":15,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
+ ]
|
|
|
|
+shoot=[ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":32,"unicode":0,"echo":false,"script":null)
|
|
|
|
+, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":2,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
+ ]
|
|
|
|
+spawn=[ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777244,"unicode":0,"echo":false,"script":null)
|
|
|
|
+, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":11,"pressure":0.0,"pressed":false,"script":null)
|
|
|
|
+ ]
|
|
|
|
|
|
[physics]
|
|
[physics]
|
|
|
|
|
|
-2d/default_gravity = 700
|
|
|
|
|
|
+2d/default_gravity=700
|
|
|
|
|
|
[rasterizer]
|
|
[rasterizer]
|
|
|
|
|
|
-use_pixel_snap = true
|
|
|
|
|
|
+use_pixel_snap=true
|
|
|
|
|
|
[render]
|
|
[render]
|
|
|
|
|
|
-mipmap_policy = 1
|
|
|
|
|
|
+mipmap_policy=1
|
|
|
|
|
|
[texture_import]
|
|
[texture_import]
|
|
|
|
|
|
-filter = false
|
|
|
|
-
|
|
|
|
|
|
+filter=false
|