added table, new card back texture; adjusted camera angle, card scale
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user