GMTK-2024/gmtk_2024/levels/TestingRoom.tscn

34 lines
1.3 KiB
Text
Raw Normal View History

2024-08-16 22:34:14 +02:00
[gd_scene load_steps=6 format=3 uid="uid://o8wdfgnlp0ud"]
2024-08-16 21:42:27 +02:00
2024-08-16 23:05:23 +02:00
[ext_resource type="PackedScene" uid="uid://snxpqx0ony7s" path="res://player.tscn" id="1_nvifn"]
[ext_resource type="PackedScene" uid="uid://dii1q3f5dj72y" path="res://canvas_layer.tscn" id="2_1gnwx"]
2024-08-16 21:42:27 +02:00
[ext_resource type="Texture2D" uid="uid://cyealb63c8uqg" path="res://temp_assets/background_commision.png" id="2_qherw"]
[ext_resource type="Texture2D" uid="uid://bsu1bvlb0s8dp" path="res://temp_assets/Screenshot (1).png" id="3_es5ys"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_dqhmf"]
size = Vector2(1928.3, 529.623)
[node name="TestingRoom" type="Node2D"]
[node name="Player" parent="." instance=ExtResource("1_nvifn")]
[node name="Sprite2D" type="Sprite2D" parent="."]
z_index = -1
texture = ExtResource("2_qherw")
[node name="Camera2D" type="Camera2D" parent="."]
scale = Vector2(1e-05, 1e-05)
2024-08-16 23:05:23 +02:00
[node name="Ground" type="Sprite2D" parent="."]
2024-08-16 21:42:27 +02:00
position = Vector2(38, 807)
scale = Vector2(1.06, 1.06)
texture = ExtResource("3_es5ys")
2024-08-16 23:05:23 +02:00
[node name="StaticBody2D" type="StaticBody2D" parent="Ground"]
2024-08-16 21:42:27 +02:00
2024-08-16 23:05:23 +02:00
[node name="CollisionShape2D" type="CollisionShape2D" parent="Ground/StaticBody2D"]
2024-08-16 21:42:27 +02:00
position = Vector2(1.88681, -274.811)
shape = SubResource("RectangleShape2D_dqhmf")
2024-08-16 22:34:14 +02:00
[node name="CanvasLayer" parent="." instance=ExtResource("2_1gnwx")]