super_space_game/scripts/game.gd

5 lines
114 B
GDScript3
Raw Normal View History

2025-12-02 00:34:27 +00:00
extends Node2D
func _process(delta: float) -> void:
$UI/Control/BoostText.text = "BOOST: " + str($Player.boost)