finishe pressurePlate

This commit is contained in:
Fabio 2024-08-19 03:15:07 +02:00
parent 9432084b53
commit 6913816861
6 changed files with 52 additions and 43 deletions

View file

@ -1,9 +1,8 @@
extends StaticBody2D
extends AnimatableBody2D
@export var scale_up_target: Vector2 = Vector2(1.0, 1.0)
@export var scale_down_target: Vector2 = Vector2(0.5, 0.5)
@export var scale_duration: float = 0.5
@export var ui_actions: Node
@export var small_sprite = preload("res://textures/antivirus-block-small.png")
@export var large_sprite = preload("res://textures/antivirus-block-big.png")