74 lines
3.1 KiB
Text
74 lines
3.1 KiB
Text
[gd_scene load_steps=11 format=3 uid="uid://hrrypch7psfa"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://d13tqqx8ygak4" path="res://assets/textures/backgrounds/hell.png" id="1_6i0lb"]
|
|
[ext_resource type="Shader" uid="uid://cwktxks6mchp2" path="res://assets/shaders/noise.gdshader" id="2_3dp43"]
|
|
[ext_resource type="PackedScene" uid="uid://mh2gfm7iqqsm" path="res://objects/player/player.tscn" id="3_mts2t"]
|
|
[ext_resource type="TileSet" uid="uid://xwfn24if3pxk" path="res://assets/tilesets/chocomint.tres" id="4_evy0b"]
|
|
[ext_resource type="FontFile" uid="uid://dets0g4ce7npf" path="res://assets/fonts/Super Mario Bros. NES.ttf" id="5_eo1kb"]
|
|
[ext_resource type="PackedScene" uid="uid://bhnse651bcybm" path="res://objects/end_door/end_door.tscn" id="6_vvcgd"]
|
|
[ext_resource type="PackedScene" uid="uid://bd2srrfspy7ft" path="res://maps/its_spring.tscn" id="7_4f1b6"]
|
|
[ext_resource type="PackedScene" uid="uid://cnqmbq84hbnvj" path="res://objects/spikes/spikes.tscn" id="8_8qxg7"]
|
|
|
|
[sub_resource type="ShaderMaterial" id="ShaderMaterial_sf5kh"]
|
|
|
|
[sub_resource type="ShaderMaterial" id="ShaderMaterial_mq2td"]
|
|
shader = ExtResource("2_3dp43")
|
|
shader_parameter/animate_noise = true
|
|
shader_parameter/noise_intensity = 1.0
|
|
shader_parameter/fps = 15.0
|
|
|
|
[node name="Level1" type="Node2D"]
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
material = SubResource("ShaderMaterial_sf5kh")
|
|
position = Vector2(144, 108)
|
|
texture = ExtResource("1_6i0lb")
|
|
metadata/_edit_lock_ = true
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
material = SubResource("ShaderMaterial_mq2td")
|
|
offset_right = 288.0
|
|
offset_bottom = 216.0
|
|
color = Color(0.194349, 0.194349, 0.194349, 0.447059)
|
|
metadata/_edit_lock_ = true
|
|
|
|
[node name="Player" parent="." instance=ExtResource("3_mts2t")]
|
|
position = Vector2(16, 96)
|
|
|
|
[node name="TileMap" type="TileMap" parent="."]
|
|
tile_set = ExtResource("4_evy0b")
|
|
format = 2
|
|
layer_0/tile_data = PackedInt32Array(720912, 0, 0, 720913, 0, 0, 720911, 0, 0, 393216, 0, 0, 393217, 0, 0, 393218, 0, 0, 393219, 0, 0, 393220, 0, 0, 393221, 0, 0, 458760, 0, 0, 589836, 0, 0, 589835, 0, 0, 720910, 0, 0, 458759, 0, 0, 458761, 0, 0, 589837, 0, 0, 327697, 0, 0, 393233, 0, 0, 458769, 0, 0)
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
offset_top = 199.0
|
|
offset_right = 288.0
|
|
offset_bottom = 216.0
|
|
theme_override_fonts/font = ExtResource("5_eo1kb")
|
|
theme_override_font_sizes/font_size = 8
|
|
text = "Yikes! MORE Spikes!"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="EndDoor" parent="." instance=ExtResource("6_vvcgd")]
|
|
position = Vector2(264, 168)
|
|
next_map = ExtResource("7_4f1b6")
|
|
|
|
[node name="Node2D" type="Node2D" parent="."]
|
|
|
|
[node name="Spikes" parent="." instance=ExtResource("8_8qxg7")]
|
|
position = Vector2(152, 104)
|
|
|
|
[node name="Spikes5" parent="." instance=ExtResource("8_8qxg7")]
|
|
position = Vector2(200, 136)
|
|
|
|
[node name="Spikes2" parent="." instance=ExtResource("8_8qxg7")]
|
|
position = Vector2(264, 88)
|
|
rotation = -1.5708
|
|
|
|
[node name="Spikes4" parent="." instance=ExtResource("8_8qxg7")]
|
|
position = Vector2(264, 120)
|
|
rotation = -1.5708
|
|
|
|
[node name="Spikes3" parent="." instance=ExtResource("8_8qxg7")]
|
|
position = Vector2(264, 104)
|
|
rotation = -1.5708
|