20 lines
578 B
Text
Executable file
20 lines
578 B
Text
Executable file
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://Assets/windows.png" type="Texture" id=1]
|
|
[ext_resource path="res://Assets/skin_assets/menu_font.tres" type="DynamicFont" id=2]
|
|
|
|
[node name="Node2D" type="Node2D"]
|
|
|
|
[node name="Windows" type="Sprite" parent="."]
|
|
position = Vector2( 512, 360 )
|
|
z_index = -2
|
|
texture = ExtResource( 1 )
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
margin_left = 393.0
|
|
margin_top = 329.0
|
|
margin_right = 693.0
|
|
margin_bottom = 359.0
|
|
custom_colors/font_color = Color( 0, 0, 0, 1 )
|
|
custom_fonts/font = ExtResource( 2 )
|
|
text = "RATIO GAME OVER"
|