Files
idlebreakout/scenes/level.tscn
T

20 lines
546 B
Plaintext
Raw Normal View History

2024-07-23 17:47:14 +02:00
[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"]
2024-07-23 16:32:35 +02:00
[node name="Level" type="Node2D"]
2024-07-23 17:47:14 +02:00
[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")