GMTK-2024/gmtk_2024/levels/LevelBase.tscn

43 lines
1.1 KiB
Text
Raw Normal View History

2024-08-17 00:32:52 +02:00
[gd_scene load_steps=3 format=3 uid="uid://ba6afuig8bqrg"]
[ext_resource type="PackedScene" uid="uid://snxpqx0ony7s" path="res://objects/Player.tscn" id="1_prjlb"]
[ext_resource type="PackedScene" uid="uid://dii1q3f5dj72y" path="res://objects/CRT.tscn" id="2_mxtem"]
[node name="LevelBase" type="Node"]
[node name="Player" parent="." instance=ExtResource("1_prjlb")]
[node name="CanvasLayer" parent="." instance=ExtResource("2_mxtem")]
2024-08-17 00:39:35 +02:00
visible = false
2024-08-17 00:32:52 +02:00
[node name="UILayer" type="CanvasLayer" parent="."]
[node name="UI" type="Control" parent="UILayer"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="HBoxContainer" type="HBoxContainer" parent="UILayer/UI"]
layout_mode = 0
offset_right = 40.0
offset_bottom = 40.0
[node name="ScaleUp" type="Button" parent="UILayer/UI/HBoxContainer"]
layout_mode = 2
text = "Scale up
"
[node name="ScaleDown" type="Button" parent="UILayer/UI/HBoxContainer"]
layout_mode = 2
text = "Scale down
"
[node name="Mirror" type="Button" parent="UILayer/UI/HBoxContainer"]
layout_mode = 2
text = "Mirror"
[node name="Camera2D" type="Camera2D" parent="."]