18 lines
506 B
Plaintext
18 lines
506 B
Plaintext
[gd_scene load_steps=2 format=3 uid="ui-planet-menu-0001"]
|
|
[node name="PlanetMenu" type="Panel"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 0.25
|
|
margin_left = 16.0
|
|
margin_top = 16.0
|
|
margin_right = -16.0
|
|
margin_bottom = -16.0
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="VBox" type="VBoxContainer" parent="."]
|
|
[node name="Label" type="Label" parent="VBox"]
|
|
text = "Planet: -"
|
|
[node name="BuildButton" type="Button" parent="VBox"]
|
|
text = "Build Mine"
|
|
|
|
[ext_resource path="res://scripts/planet_menu.gd" type="Script" id=1]
|