Reworked weapons and projectiles

This commit is contained in:
2025-12-20 18:35:27 +03:00
parent 2ecc53416a
commit 8227e8bcf3
312 changed files with 2466 additions and 1376 deletions
+14
View File
@@ -0,0 +1,14 @@
class_name EnemyData
extends Resource
@export var seed_value : int = 0
@export var spawn_point : Vector2
@export var spawn_time : float
@export var enemy_scene: String
@export var weapon: WeaponData
@export var weapon_count: int