Swapped sprites
This commit is contained in:
@@ -17,8 +17,6 @@ func _ready() -> void:
|
||||
|
||||
func _on_mouse_grid_changed(coords: Vector2i) -> void:
|
||||
combat_map.target_tile(coords)
|
||||
combat_map.tile_highlight.set_grid_coords(coords)
|
||||
|
||||
|
||||
func _on_combat_requested(attacker: Unit, defender: Unit) -> void:
|
||||
var atk_coords := combat_map.world_to_coords(attacker.position)
|
||||
|
||||
Reference in New Issue
Block a user