|
@@ -1,22 +1,39 @@
|
|
|
+; 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
|
|
|
+
|
|
|
+config_version=3
|
|
|
+
|
|
|
[application]
|
|
|
|
|
|
-icon = "res://icon.png"
|
|
|
-main_scene = "res://dungeon.tscn"
|
|
|
-name = "Isometric Game"
|
|
|
+icon="res://icon.png"
|
|
|
+main_scene="res://dungeon.tscn"
|
|
|
+name="Isometric Game"
|
|
|
+
|
|
|
+[gdnative]
|
|
|
+
|
|
|
+singletons=[ ]
|
|
|
|
|
|
[image_loader]
|
|
|
|
|
|
-filter = false
|
|
|
-gen_mipmaps = false
|
|
|
+filter=false
|
|
|
+gen_mipmaps=false
|
|
|
|
|
|
[input]
|
|
|
|
|
|
-move_bottom = [ InputEvent(KEY,16777234) ]
|
|
|
-move_left = [ InputEvent(KEY,16777231) ]
|
|
|
-move_right = [ InputEvent(KEY,16777233) ]
|
|
|
-move_up = [ InputEvent(KEY,16777232) ]
|
|
|
+move_bottom=[ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777234,"unicode":0,"echo":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)
|
|
|
+ ]
|
|
|
+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)
|
|
|
+ ]
|
|
|
+move_up=[ 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)
|
|
|
+ ]
|
|
|
|
|
|
[rasterizer]
|
|
|
|
|
|
-use_pixel_snap = true
|
|
|
-
|
|
|
+use_pixel_snap=true
|