Adds Initial animations and enemy spawning

This commit is contained in:
2024-10-05 17:57:40 +02:00
parent 1cda262976
commit 1a4878f32e
29 changed files with 522 additions and 26 deletions

View File

@@ -17,7 +17,7 @@ config/icon="res://icon.svg"
[editor_plugins]
enabled=PackedStringArray("res://addons/format_on_save/plugin.cfg", "res://addons/nklbdev.aseprite_importers/plugin.cfg")
enabled=PackedStringArray()
[input]
@@ -31,3 +31,13 @@ B={
"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":1,"pressure":0.0,"pressed":true,"script":null)
]
}
X={
"deadzone": 0.5,
"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":2,"pressure":0.0,"pressed":true,"script":null)
]
}
Y={
"deadzone": 0.5,
"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":3,"pressure":0.0,"pressed":true,"script":null)
]
}