42 lines
1.1 KiB
Text
42 lines
1.1 KiB
Text
|
[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")]
|
||
|
|
||
|
[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="."]
|