mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 15:38:14 +00:00
added the game
This commit is contained in:
7
Scripts/Parts/LabelTextCopier.gd
Executable file
7
Scripts/Parts/LabelTextCopier.gd
Executable file
@@ -0,0 +1,7 @@
|
||||
extends Node
|
||||
|
||||
@export var labels: Dictionary[Label, Label] = {}
|
||||
|
||||
func _process(_delta: float) -> void:
|
||||
for i in labels.keys():
|
||||
labels[i].text = i.text
|
Reference in New Issue
Block a user