Files
SemesterGameJam2022/menu/stats_player_2.gd
2022-12-11 05:19:46 +01:00

7 lines
154 B
GDScript

extends Control
func _ready():
var gui = self.get_node("Speedometer_player1")
for body in gui.get_children():
body.anchors_preset = CORNER_TOP_RIGHT