added PlayCardButton; influences card selection

This commit is contained in:
2025-07-08 17:07:32 +02:00
parent 167b455160
commit e0693725ea
4 changed files with 44 additions and 6 deletions
-1
View File
@@ -16,7 +16,6 @@ func _ready() -> void:
set_front_texture(CardManager.get_card_texture(-1))
func move_to(new_x_position: float) -> void:
#self.position.x = new_x_position
_get_new_tween().tween_property(self, "position:x", new_x_position, move_duration)
func select() -> void: