can punch self

This commit is contained in:
Bel LaPointe
2025-03-02 18:07:14 -07:00
parent ed5e6d4487
commit f7f46ba96e
10 changed files with 220 additions and 6 deletions

10
src/godot/gd/name.gd Normal file
View File

@@ -0,0 +1,10 @@
extends RichTextLabel
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
self.text = get_parent().mon_name()
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta: float) -> void:
pass