20 lines
546 B
Plaintext
20 lines
546 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://bmscox3qtwvs2"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://c7wvhwsys1ll4" path="res://resources/backgrounds/levelbg.webp" id="1_7ct6t"]
|
|
|
|
[node name="Level" type="Node2D"]
|
|
|
|
[node name="GUI" type="Control" parent="."]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
|
|
[node name="PlayArea" type="Camera2D" parent="."]
|
|
position = Vector2(960, 540)
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
texture = ExtResource("1_7ct6t")
|