blocks level
This commit is contained in:
parent
784d5583b1
commit
0bc952900a
6 changed files with 112 additions and 12 deletions
|
@ -1,2 +1,9 @@
|
|||
extends Label
|
||||
@onready var block_name = $"."
|
||||
extends TextureButton
|
||||
@onready var block_name = $Label
|
||||
|
||||
func _ready() -> void:
|
||||
pass
|
||||
|
||||
|
||||
func _on_pressed() -> void:
|
||||
print(block_name.text)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue