|
@@ -1,4 +1,4 @@
|
|
|
-[gd_scene load_steps=10 format=2]
|
|
|
+[gd_scene load_steps=11 format=2]
|
|
|
|
|
|
[ext_resource path="res://component/ui/message_panel/MessagePanel.tscn" type="PackedScene" id=1]
|
|
|
[ext_resource path="res://component/entity/launcher/Launcher.tscn" type="PackedScene" id=2]
|
|
@@ -8,17 +8,17 @@
|
|
|
[ext_resource path="res://component/ui/number_panel/NumberPanel.tscn" type="PackedScene" id=6]
|
|
|
[ext_resource path="res://component/entity/death/Death.tscn" type="PackedScene" id=7]
|
|
|
[ext_resource path="res://main.gd" type="Script" id=8]
|
|
|
+[ext_resource path="res://component/ui/background/background_texture.png" type="Texture" id=9]
|
|
|
[ext_resource path="res://component/entity/border/Border.tscn" type="PackedScene" id=13]
|
|
|
|
|
|
[node name="Game" type="Node"]
|
|
|
script = ExtResource( 8 )
|
|
|
|
|
|
-[node name="Background" type="Panel" parent="."]
|
|
|
+[node name="Background" type="TextureRect" parent="."]
|
|
|
anchor_right = 1.0
|
|
|
anchor_bottom = 1.0
|
|
|
-__meta__ = {
|
|
|
-"_edit_use_anchors_": false
|
|
|
-}
|
|
|
+texture = ExtResource( 9 )
|
|
|
+stretch_mode = 2
|
|
|
|
|
|
[node name="Border" parent="." instance=ExtResource( 13 )]
|
|
|
|