Public repository for MUR pre alpha
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
[gd_scene load_steps=3 format=2]
[ext_resource path="res://resources/ui/font.tres" type="DynamicFont" id=1] [ext_resource path="res://assets/icons/return.png" type="Texture" id=2]
[node name="menu" type="Panel"] anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 margin_left = -472.5 margin_top = -234.5 margin_right = 472.5 margin_bottom = 234.5 grow_horizontal = 2 grow_vertical = 2 rect_clip_content = true size_flags_horizontal = 6 size_flags_vertical = 6
[node name="back" type="Button" parent="."] anchor_top = 1.0 anchor_bottom = 1.0 margin_top = -56.0 margin_right = 132.0 custom_fonts/font = ExtResource( 1 ) text = "BACK" icon = ExtResource( 2 ) flat = true
|