godot-demo-projects/2d/physics_platformer/project.godot

67 lines
2.7 KiB
Plaintext
Raw Normal View History

; Engine configuration file.
; It's best edited using the editor UI and not directly,
; since the parameters that go here are not all obvious.
;
; Format:
; [section] ; section goes between []
; param=value ; assign values to parameters
2017-07-26 20:06:21 +02:00
config_version=3
2017-06-25 13:00:20 +02:00
[application]
2017-07-26 20:06:21 +02:00
config/name="Dynamic Character Control-Based Platformer"
run/main_scene="res://stage.tscn"
config/icon="res://icon.png"
target_fps="60"
name_es="Plataformero"
2017-06-25 13:00:20 +02:00
[display]
window/size/width=800
window/size/height=480
2017-07-26 20:06:21 +02:00
stretch/aspect="keep_height"
stretch/mode="2d"
[gdnative]
singletons=[ ]
2017-06-25 13:00:20 +02:00
[image_loader]
2017-07-26 20:06:21 +02:00
repeat=false
2017-06-25 13:00:20 +02:00
[input]
2017-07-26 20:06:21 +02:00
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)
]
2017-06-25 13:00:20 +02:00
[physics]
2017-07-26 20:06:21 +02:00
2d/default_gravity=700
2017-06-25 13:00:20 +02:00
[rasterizer]
2017-07-26 20:06:21 +02:00
use_pixel_snap=true
2017-06-25 13:00:20 +02:00
[render]
2017-07-26 20:06:21 +02:00
mipmap_policy=1
2017-06-25 13:00:20 +02:00
[texture_import]
2017-07-26 20:06:21 +02:00
filter=false