finishe pressurePlate
This commit is contained in:
parent
9432084b53
commit
6913816861
6 changed files with 52 additions and 43 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue