diff options
author | bd <bdunahu@operationnull.com> | 2025-05-20 21:28:58 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-05-20 21:28:58 -0400 |
commit | ec10e5fe6222773fd59d7854ed172f5319dc9a4e (patch) | |
tree | 8c9f43fed503ef2f89e7313cd1869a398023ed5f /scenes/UI/cursor.gd | |
parent | eb5ea9d42ff3363c62f11dff1c33cff84f435f7e (diff) |
Add wyvern tower, (no projectiles)
Diffstat (limited to 'scenes/UI/cursor.gd')
-rw-r--r-- | scenes/UI/cursor.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scenes/UI/cursor.gd b/scenes/UI/cursor.gd index 7f9a7ae..cb0d0b4 100644 --- a/scenes/UI/cursor.gd +++ b/scenes/UI/cursor.gd @@ -19,6 +19,7 @@ func _ready(): max_y = 15 * tile_size towers["place_warlock"] = preload("res://scenes/defenders/warlock.tscn") + towers["place_wyvern"] = preload("res://scenes/defenders/wyvern.tscn") position = position.snapped(Vector2.ONE * tile_size) position += Vector2.ONE * tile_size / 2 |