diff options
Diffstat (limited to 'scenes/UI')
-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 |