This commit is contained in:
2026-05-03 19:00:16 +02:00
parent 905b863f53
commit 18a4c04ee1
9 changed files with 11 additions and 450 deletions

View File

@@ -12,7 +12,9 @@ func _process(delta: float) -> void:
pass
func _on_area_2d_mouse_entered() -> void:
_prestige_panel.visible = true
## TODO: remove this comment to enable prestige panel
#_prestige_panel.visible = true
pass
func _on_area_2d_mouse_exited() -> void:
_prestige_panel.visible = false

View File

@@ -23,6 +23,7 @@ position = Vector2(1, 22)
shape = SubResource("RectangleShape2D_tgvch")
[node name="PrestigePanel" parent="." unique_id=245519778 instance=ExtResource("3_l7gct")]
visible = false
offset_left = 155.0
offset_top = -80.0
offset_right = 575.0