platformer-game-test/src/HUD/PopupMessage.tscn
Sagi Dayan 1c640fcd39 Added a main menu.
- Controls section still not implemented. Dont thing we need it at all
 - Need to add last best score + player name Maybe...
2020-09-27 16:42:40 -04:00

44 lines
1.1 KiB
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://assets/HUD/hud_stats_bg.png" type="Texture" id=1]
[ext_resource path="res://src/HUD/PopupMessage.gd" type="Script" id=2]
[ext_resource path="res://assets/Theme/Theme.tres" type="Theme" id=3]
[node name="PopupMessage" type="Node2D"]
script = ExtResource( 2 )
[node name="CanvasLayer" type="CanvasLayer" parent="."]
[node name="Control" type="Control" parent="CanvasLayer"]
anchor_right = 1.0
anchor_bottom = 1.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="TextureRect" type="TextureRect" parent="CanvasLayer/Control"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -139.5
margin_top = -71.0
margin_right = 139.5
margin_bottom = 71.0
texture = ExtResource( 1 )
expand = true
[node name="RichTextLabel" type="RichTextLabel" parent="CanvasLayer/Control/TextureRect"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -20.0
margin_top = -20.0
margin_right = 20.0
margin_bottom = 20.0
theme = ExtResource( 3 )
__meta__ = {
"_edit_use_anchors_": false
}