mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 04:16:12 +01:00
Leo - GUI checkpoint
This commit is contained in:
6
menu/stats_player_2.gd
Normal file
6
menu/stats_player_2.gd
Normal file
@@ -0,0 +1,6 @@
|
||||
extends Control
|
||||
|
||||
func _ready():
|
||||
var gui = self.get_node("Speedometer_player1")
|
||||
for body in gui.get_children():
|
||||
body.anchors_preset = CORNER_TOP_RIGHT
|
||||
Reference in New Issue
Block a user