added PlayCardButton; influences card selection
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user