6 lines
105 B
GDScript
6 lines
105 B
GDScript
extends Label
|
|
|
|
@onready var Hull = $"../../../Hull"
|
|
|
|
func _process(_delta):
|
|
text = str(Hull.Ammunition)
|