two changes
added "Press R to Reset" and changed sprites for blocks
This commit is contained in:
parent
1f32046617
commit
d137d205ff
20 changed files with 542 additions and 42 deletions
|
@ -4,8 +4,8 @@ extends StaticBody2D
|
|||
@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/block-orange.png")
|
||||
@export var large_sprite = preload("res://textures/block-blue.png")
|
||||
@export var small_sprite = preload("res://textures/antivirus-block-small.png")
|
||||
@export var large_sprite = preload("res://textures/antivirus-block-big.png")
|
||||
|
||||
func _ready():
|
||||
add_to_group("scalable_blocks")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue