GMTK-2024/gmtk_2024/levels/level_1.tscn

67 lines
2.5 KiB
Text
Raw Normal View History

2024-08-18 20:31:30 +02:00
[gd_scene load_steps=10 format=3 uid="uid://cxsstkfcffdch"]
2024-08-17 20:26:32 +02:00
2024-08-17 20:55:38 +02:00
[ext_resource type="PackedScene" uid="uid://ba6afuig8bqrg" path="res://levels/LevelBase.tscn" id="1_87xn7"]
[ext_resource type="Shader" path="res://shaders/scrolling.gdshader" id="4_0x2h7"]
2024-08-18 20:30:06 +02:00
[ext_resource type="Texture2D" uid="uid://bki6ucvk6bjwk" path="res://textures/Level 01.png" id="5_4p03u"]
[ext_resource type="PackedScene" uid="uid://d0gpnqknarkg7" path="res://objects/Goal.tscn" id="6_xhax5"]
[ext_resource type="PackedScene" uid="uid://cpa66thuxma15" path="res://objects/MirrorOrb.tscn" id="7_dyi0e"]
2024-08-18 12:42:03 +02:00
[ext_resource type="PackedScene" uid="uid://vtwswrkfkgas" path="res://objects/EnemyMover.tscn" id="8_16072"]
2024-08-18 20:13:49 +02:00
[ext_resource type="PackedScene" uid="uid://br6fngf5208j0" path="res://objects/ResizableBlockBig.tscn" id="8_ec71m"]
2024-08-18 20:24:38 +02:00
[ext_resource type="PackedScene" uid="uid://dki3ft77fr3tc" path="res://objects/BreakableBlock.tscn" id="9_2ia1u"]
2024-08-17 20:26:32 +02:00
2024-08-17 20:55:38 +02:00
[sub_resource type="ShaderMaterial" id="ShaderMaterial_mvq46"]
shader = ExtResource("4_0x2h7")
shader_parameter/scroll_speed = 0.02
2024-08-18 20:24:38 +02:00
[node name="LevelBase" instance=ExtResource("1_87xn7")]
2024-08-17 20:26:32 +02:00
[node name="Player" parent="." index="0"]
2024-08-18 20:24:38 +02:00
position = Vector2(-254, 99)
input_pickable = true
2024-08-17 20:26:32 +02:00
2024-08-18 20:30:06 +02:00
[node name="Walls" parent="." index="3"]
2024-08-18 02:48:09 +02:00
collision_mask = 22
2024-08-18 20:31:30 +02:00
[node name="Ceiling" parent="Walls" index="0"]
2024-08-18 20:24:38 +02:00
position = Vector2(57, -171)
2024-08-18 20:31:30 +02:00
[node name="LeftWall" parent="Walls" index="1"]
2024-08-18 20:24:38 +02:00
position = Vector2(-320, 26)
2024-08-18 20:31:30 +02:00
[node name="RightWall" parent="Walls" index="2"]
2024-08-18 20:24:38 +02:00
position = Vector2(338, 15)
2024-08-18 02:48:09 +02:00
2024-08-18 20:31:30 +02:00
[node name="TextureRect" type="TextureRect" parent="." index="4"]
2024-08-17 20:55:38 +02:00
z_index = -100
material = SubResource("ShaderMaterial_mvq46")
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
2024-08-18 20:24:38 +02:00
offset_left = -320.0
offset_top = -158.0
offset_right = -320.0
offset_bottom = -158.0
2024-08-17 20:55:38 +02:00
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("5_4p03u")
stretch_mode = 1
2024-08-18 20:31:30 +02:00
[node name="Goal" parent="." index="5" instance=ExtResource("6_xhax5")]
2024-08-17 20:55:38 +02:00
position = Vector2(582, -317)
2024-08-18 20:31:30 +02:00
[node name="MirrorOrb" parent="." index="6" instance=ExtResource("7_dyi0e")]
2024-08-17 20:55:38 +02:00
position = Vector2(-431, -212)
2024-08-18 11:02:15 +02:00
2024-08-18 20:31:30 +02:00
[node name="EnemyMover" parent="." index="7" instance=ExtResource("8_16072")]
2024-08-18 12:42:03 +02:00
position = Vector2(-132, 311)
2024-08-18 18:41:22 +02:00
2024-08-18 20:31:30 +02:00
[node name="Block" parent="." index="8" instance=ExtResource("8_ec71m")]
2024-08-18 20:24:38 +02:00
position = Vector2(-65, 63)
2024-08-18 20:31:30 +02:00
[node name="Block2" parent="." index="9" instance=ExtResource("8_ec71m")]
2024-08-18 20:24:38 +02:00
position = Vector2(-255, -32)
scale = Vector2(0.5, 0.5)
2024-08-18 20:31:30 +02:00
[node name="BreakableBlock" parent="." index="10" instance=ExtResource("9_2ia1u")]
2024-08-18 20:24:38 +02:00
position = Vector2(241, -47)