added table, new card back texture; adjusted camera angle, card scale

This commit is contained in:
2025-07-15 09:51:22 +02:00
parent 261e958a98
commit 7bbba627f7
12 changed files with 132 additions and 20 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ func move_to(new_x_position: float) -> void:
_get_new_tween().tween_property(self, "position:x", new_x_position, move_duration)
func select() -> void:
_get_new_tween().tween_property(self, "position:y", 0.36, move_duration)
_get_new_tween().tween_property(self, "position:y", 0.13, move_duration)
func unselect() -> void:
_get_new_tween().tween_property(self, "position:y", 0.0, move_duration)