more work on level system
This commit is contained in:
parent
b19ee682d1
commit
dd54e286d8
13 changed files with 219 additions and 71 deletions
93
maps/descent/its_spring.tscn
Normal file
93
maps/descent/its_spring.tscn
Normal file
|
@ -0,0 +1,93 @@
|
|||
[gd_scene load_steps=13 format=3 uid="uid://bd2srrfspy7ft"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://d3v13a4er2h1x" path="res://scripts/level/level.gd" id="1_dnp5v"]
|
||||
[ext_resource type="Texture2D" uid="uid://d13tqqx8ygak4" path="res://assets/textures/backgrounds/hell.png" id="1_p8vut"]
|
||||
[ext_resource type="Shader" uid="uid://cwktxks6mchp2" path="res://assets/shaders/noise.gdshader" id="2_hpwyk"]
|
||||
[ext_resource type="PackedScene" uid="uid://bwtpsjpe2lf7l" path="res://objects/player/player.tscn" id="3_edpy5"]
|
||||
[ext_resource type="TileSet" uid="uid://xwfn24if3pxk" path="res://assets/tilesets/chocomint.tres" id="4_onc0l"]
|
||||
[ext_resource type="FontFile" uid="uid://dets0g4ce7npf" path="res://assets/fonts/Super Mario Bros. NES.ttf" id="5_s8gph"]
|
||||
[ext_resource type="PackedScene" uid="uid://bhnse651bcybm" path="res://objects/end_door/end_door.tscn" id="6_8fhro"]
|
||||
[ext_resource type="PackedScene" uid="uid://dmg4t4vm6fd5s" path="res://maps/descent/purple_portals.tscn" id="7_ri7pq"]
|
||||
[ext_resource type="PackedScene" uid="uid://cnqmbq84hbnvj" path="res://objects/spikes/spikes.tscn" id="8_cfxl1"]
|
||||
[ext_resource type="PackedScene" uid="uid://68lav5rke5ag" path="res://objects/spring/spring.tscn" id="9_dtd3x"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_sf5kh"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_mq2td"]
|
||||
shader = ExtResource("2_hpwyk")
|
||||
shader_parameter/animate_noise = true
|
||||
shader_parameter/noise_intensity = 1.0
|
||||
shader_parameter/fps = 15.0
|
||||
|
||||
[node name="SpringTime" type="Node2D"]
|
||||
script = ExtResource("1_dnp5v")
|
||||
title = "Spring Time!"
|
||||
id = "spring-time"
|
||||
order = 3
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
material = SubResource("ShaderMaterial_sf5kh")
|
||||
position = Vector2(144, 108)
|
||||
texture = ExtResource("1_p8vut")
|
||||
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_edpy5")]
|
||||
position = Vector2(16, 176)
|
||||
|
||||
[node name="TileMap" type="TileMap" parent="."]
|
||||
tile_set = ExtResource("4_onc0l")
|
||||
format = 2
|
||||
layer_0/tile_data = PackedInt32Array(720912, 0, 0, 720913, 0, 0, 720911, 0, 0, 720910, 0, 0, 720896, 0, 0, 720897, 0, 0, 720898, 0, 0, 720899, 0, 0, 720900, 0, 0, 720901, 0, 0, 720902, 0, 0, 720903, 0, 0, 720904, 0, 0, 720905, 0, 0, 720906, 0, 0, 720907, 0, 0, 720908, 0, 0, 720909, 0, 0, 458754, 0, 0, 458753, 0, 0, 458752, 0, 0, 393216, 0, 0, 327680, 0, 0, 262144, 0, 0, 196608, 0, 0, 131072, 0, 0, 65536, 0, 0, 0, 0, 0, 196621, 0, 0, 196622, 0, 0, 196624, 0, 0, 196625, 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_s8gph")
|
||||
theme_override_font_sizes/font_size = 8
|
||||
text = "Spring time!"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="EndDoor" parent="." instance=ExtResource("6_8fhro")]
|
||||
position = Vector2(280, 24)
|
||||
next_map = ExtResource("7_ri7pq")
|
||||
|
||||
[node name="Node2D" type="Node2D" parent="."]
|
||||
|
||||
[node name="Spikes5" parent="." instance=ExtResource("8_cfxl1")]
|
||||
position = Vector2(184, 168)
|
||||
|
||||
[node name="Spikes6" parent="." instance=ExtResource("8_cfxl1")]
|
||||
position = Vector2(200, 168)
|
||||
|
||||
[node name="Spikes7" parent="." instance=ExtResource("8_cfxl1")]
|
||||
position = Vector2(216, 168)
|
||||
|
||||
[node name="Spikes8" parent="." instance=ExtResource("8_cfxl1")]
|
||||
position = Vector2(232, 168)
|
||||
|
||||
[node name="Spikes9" parent="." instance=ExtResource("8_cfxl1")]
|
||||
position = Vector2(248, 168)
|
||||
|
||||
[node name="Spikes10" parent="." instance=ExtResource("8_cfxl1")]
|
||||
position = Vector2(264, 168)
|
||||
|
||||
[node name="Spikes11" parent="." instance=ExtResource("8_cfxl1")]
|
||||
position = Vector2(280, 168)
|
||||
|
||||
[node name="Spikes12" parent="." instance=ExtResource("8_cfxl1")]
|
||||
position = Vector2(296, 0)
|
||||
scale = Vector2(1.09184, 27.4543)
|
||||
|
||||
[node name="Spring" parent="." instance=ExtResource("9_dtd3x")]
|
||||
position = Vector2(96, 176)
|
||||
|
||||
[node name="Spring2" parent="." instance=ExtResource("9_dtd3x")]
|
||||
position = Vector2(96, 88)
|
85
maps/descent/purple_portals.tscn
Normal file
85
maps/descent/purple_portals.tscn
Normal file
|
@ -0,0 +1,85 @@
|
|||
[gd_scene load_steps=12 format=3 uid="uid://dmg4t4vm6fd5s"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://d3v13a4er2h1x" path="res://scripts/level/level.gd" id="1_srnft"]
|
||||
[ext_resource type="Texture2D" uid="uid://d13tqqx8ygak4" path="res://assets/textures/backgrounds/hell.png" id="2_lx20c"]
|
||||
[ext_resource type="Shader" uid="uid://cwktxks6mchp2" path="res://assets/shaders/noise.gdshader" id="3_bgmin"]
|
||||
[ext_resource type="PackedScene" uid="uid://bwtpsjpe2lf7l" path="res://objects/player/player.tscn" id="4_v3h03"]
|
||||
[ext_resource type="TileSet" uid="uid://xwfn24if3pxk" path="res://assets/tilesets/chocomint.tres" id="5_hgo3q"]
|
||||
[ext_resource type="PackedScene" uid="uid://cypj35yv5auuc" path="res://objects/portal/portal.tscn" id="6_hgo3q"]
|
||||
[ext_resource type="PackedScene" uid="uid://bhnse651bcybm" path="res://objects/end_door/end_door.tscn" id="7_ti0gq"]
|
||||
[ext_resource type="PackedScene" uid="uid://bbnq7ptk8hhxa" path="res://maps/level1.tscn" id="8_o4epc"]
|
||||
[ext_resource type="PackedScene" uid="uid://cnqmbq84hbnvj" path="res://objects/spikes/spikes.tscn" id="9_o4epc"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_v3h03"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_hgo3q"]
|
||||
shader = ExtResource("3_bgmin")
|
||||
shader_parameter/animate_noise = true
|
||||
shader_parameter/noise_intensity = 1.0
|
||||
shader_parameter/fps = 15.0
|
||||
|
||||
[node name="PurplePortals" type="Node2D"]
|
||||
script = ExtResource("1_srnft")
|
||||
title = "Purple Portals"
|
||||
id = "purple-portals"
|
||||
order = 4
|
||||
metadata/_custom_type_script = "uid://d3v13a4er2h1x"
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
material = SubResource("ShaderMaterial_v3h03")
|
||||
position = Vector2(144, 108)
|
||||
texture = ExtResource("2_lx20c")
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="Sprite2D"]
|
||||
material = SubResource("ShaderMaterial_hgo3q")
|
||||
offset_left = -144.0
|
||||
offset_top = -108.0
|
||||
offset_right = 144.0
|
||||
offset_bottom = 108.0
|
||||
color = Color(0.194349, 0.194349, 0.194349, 0.447059)
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource("4_v3h03")]
|
||||
position = Vector2(24, 168)
|
||||
|
||||
[node name="TileMap" type="TileMap" parent="."]
|
||||
tile_set = ExtResource("5_hgo3q")
|
||||
format = 2
|
||||
layer_0/tile_data = PackedInt32Array(720896, 0, 0, 720897, 0, 0, 720898, 0, 0, 720899, 0, 0, 720900, 0, 0, 720901, 0, 0, 720902, 0, 0, 720903, 0, 0, 720904, 0, 0, 720905, 0, 0, 720906, 0, 0, 720907, 0, 0, 720908, 0, 0, 720909, 0, 0, 720910, 0, 0, 720911, 0, 0, 720912, 0, 0, 720913, 0, 0, 15, 0, 0, 65551, 0, 0, 131087, 0, 0, 196623, 0, 0, 262159, 0, 0, 327695, 0, 0, 393231, 0, 0, 458767, 0, 0, 524303, 0, 0, 589839, 0, 0, 655375, 0, 0, 0, 0, 0, 65536, 0, 0, 131072, 0, 0, 196608, 0, 0, 6, 0, 0, 65542, 0, 0, 131078, 0, 0, 196614, 0, 0, 262150, 0, 0, 327686, 0, 0, 393222, 0, 0, 393216, 0, 0, 262144, 0, 0, 327680, 0, 0, 458758, 0, 0, 524294, 0, 0, 589830, 0, 0, 655366, 0, 0, 393227, 0, 0, 393228, 0, 0, 393229, 0, 0, 393230, 0, 0, 458757, 0, 0, 458756, 0, 0, 458755, 0, 0, 458754, 0, 0, 458753, 0, 0, 458752, 0, 0)
|
||||
|
||||
[node name="Portal" parent="." node_paths=PackedStringArray("linked_portal") instance=ExtResource("6_hgo3q")]
|
||||
position = Vector2(73, 144)
|
||||
linked_portal = NodePath("../Portal2")
|
||||
|
||||
[node name="Portal2" parent="." node_paths=PackedStringArray("linked_portal") instance=ExtResource("6_hgo3q")]
|
||||
position = Vector2(152, 120)
|
||||
linked_portal = NodePath("../Portal")
|
||||
|
||||
[node name="Portal3" parent="." node_paths=PackedStringArray("linked_portal") instance=ExtResource("6_hgo3q")]
|
||||
position = Vector2(233, 144)
|
||||
linked_portal = NodePath("../Portal4")
|
||||
|
||||
[node name="Portal4" parent="." node_paths=PackedStringArray("linked_portal") instance=ExtResource("6_hgo3q")]
|
||||
position = Vector2(40, 56)
|
||||
linked_portal = NodePath("../Portal3")
|
||||
|
||||
[node name="EndDoor" parent="." instance=ExtResource("7_ti0gq")]
|
||||
position = Vector2(24, 88)
|
||||
next_map = ExtResource("8_o4epc")
|
||||
|
||||
[node name="Spikes" parent="." instance=ExtResource("9_o4epc")]
|
||||
position = Vector2(168, 168)
|
||||
|
||||
[node name="Spikes2" parent="." instance=ExtResource("9_o4epc")]
|
||||
position = Vector2(88, 104)
|
||||
|
||||
[node name="Spikes3" parent="." instance=ExtResource("9_o4epc")]
|
||||
position = Vector2(72, 104)
|
||||
|
||||
[node name="Spikes4" parent="." instance=ExtResource("9_o4epc")]
|
||||
position = Vector2(56, 104)
|
||||
|
||||
[node name="Spikes5" parent="." instance=ExtResource("9_o4epc")]
|
||||
position = Vector2(40, 104)
|
||||
|
||||
[node name="Spikes6" parent="." instance=ExtResource("9_o4epc")]
|
||||
position = Vector2(24, 104)
|
57
maps/descent/tutorial.tscn
Normal file
57
maps/descent/tutorial.tscn
Normal file
|
@ -0,0 +1,57 @@
|
|||
[gd_scene load_steps=11 format=3 uid="uid://byx8blpt2i8hx"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://d13tqqx8ygak4" path="res://assets/textures/backgrounds/hell.png" id="1_5dne7"]
|
||||
[ext_resource type="Script" uid="uid://d3v13a4er2h1x" path="res://scripts/level/level.gd" id="1_8bygc"]
|
||||
[ext_resource type="Shader" uid="uid://cwktxks6mchp2" path="res://assets/shaders/noise.gdshader" id="2_els7d"]
|
||||
[ext_resource type="PackedScene" uid="uid://bwtpsjpe2lf7l" path="res://objects/player/player.tscn" id="3_imjpd"]
|
||||
[ext_resource type="TileSet" uid="uid://xwfn24if3pxk" path="res://assets/tilesets/chocomint.tres" id="4_1rmvv"]
|
||||
[ext_resource type="FontFile" uid="uid://dets0g4ce7npf" path="res://assets/fonts/Super Mario Bros. NES.ttf" id="5_ae2vf"]
|
||||
[ext_resource type="PackedScene" uid="uid://bhnse651bcybm" path="res://objects/end_door/end_door.tscn" id="6_yywag"]
|
||||
[ext_resource type="PackedScene" uid="uid://cun6ov7vdfr6a" path="res://maps/descent/yikes_spikes.tscn" id="7_0g05i"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_sf5kh"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_mq2td"]
|
||||
shader = ExtResource("2_els7d")
|
||||
shader_parameter/animate_noise = true
|
||||
shader_parameter/noise_intensity = 1.0
|
||||
shader_parameter/fps = 15.0
|
||||
|
||||
[node name="Tutorial" type="Node2D"]
|
||||
script = ExtResource("1_8bygc")
|
||||
title = "Obligatory Tutorial Level"
|
||||
id = "tutorial"
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
material = SubResource("ShaderMaterial_sf5kh")
|
||||
position = Vector2(144, 108)
|
||||
texture = ExtResource("1_5dne7")
|
||||
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_imjpd")]
|
||||
position = Vector2(24, 176)
|
||||
|
||||
[node name="TileMap" type="TileMap" parent="."]
|
||||
tile_set = ExtResource("4_1rmvv")
|
||||
format = 2
|
||||
layer_0/tile_data = PackedInt32Array(720896, 0, 0, 720897, 0, 0, 720898, 0, 0, 720903, 0, 0, 720904, 0, 0, 720905, 0, 0, 720906, 0, 0, 720907, 0, 0, 720909, 0, 0, 720910, 0, 0, 720911, 0, 0, 720912, 0, 0, 720913, 0, 0, 720899, 0, 0, 720900, 0, 0, 720901, 0, 0, 720902, 0, 0, 720908, 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_ae2vf")
|
||||
theme_override_font_sizes/font_size = 8
|
||||
text = "Obligatory Tutorial Level"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="EndDoor" parent="." instance=ExtResource("6_yywag")]
|
||||
position = Vector2(264, 168)
|
||||
next_map = ExtResource("7_0g05i")
|
79
maps/descent/yikes_more_spikes.tscn
Normal file
79
maps/descent/yikes_more_spikes.tscn
Normal file
|
@ -0,0 +1,79 @@
|
|||
[gd_scene load_steps=12 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="Script" uid="uid://d3v13a4er2h1x" path="res://scripts/level/level.gd" id="1_73lj3"]
|
||||
[ext_resource type="Shader" uid="uid://cwktxks6mchp2" path="res://assets/shaders/noise.gdshader" id="2_3dp43"]
|
||||
[ext_resource type="PackedScene" uid="uid://bwtpsjpe2lf7l" 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/descent/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="YikesMoreSpikes" type="Node2D"]
|
||||
script = ExtResource("1_73lj3")
|
||||
title = "Yikes! More Spikes!"
|
||||
id = "more-spikes"
|
||||
order = 2
|
||||
|
||||
[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
|
67
maps/descent/yikes_spikes.tscn
Normal file
67
maps/descent/yikes_spikes.tscn
Normal file
|
@ -0,0 +1,67 @@
|
|||
[gd_scene load_steps=12 format=3 uid="uid://cun6ov7vdfr6a"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://d13tqqx8ygak4" path="res://assets/textures/backgrounds/hell.png" id="1_588ks"]
|
||||
[ext_resource type="Script" uid="uid://d3v13a4er2h1x" path="res://scripts/level/level.gd" id="1_3317b"]
|
||||
[ext_resource type="Shader" uid="uid://cwktxks6mchp2" path="res://assets/shaders/noise.gdshader" id="2_rvhjv"]
|
||||
[ext_resource type="PackedScene" uid="uid://bwtpsjpe2lf7l" path="res://objects/player/player.tscn" id="3_pdn7u"]
|
||||
[ext_resource type="TileSet" uid="uid://xwfn24if3pxk" path="res://assets/tilesets/chocomint.tres" id="4_pcxb3"]
|
||||
[ext_resource type="FontFile" uid="uid://dets0g4ce7npf" path="res://assets/fonts/Super Mario Bros. NES.ttf" id="5_bpruh"]
|
||||
[ext_resource type="PackedScene" uid="uid://bhnse651bcybm" path="res://objects/end_door/end_door.tscn" id="6_uyuca"]
|
||||
[ext_resource type="PackedScene" uid="uid://hrrypch7psfa" path="res://maps/descent/yikes_more_spikes.tscn" id="7_7rv68"]
|
||||
[ext_resource type="PackedScene" uid="uid://cnqmbq84hbnvj" path="res://objects/spikes/spikes.tscn" id="7_y3eq7"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_sf5kh"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_mq2td"]
|
||||
shader = ExtResource("2_rvhjv")
|
||||
shader_parameter/animate_noise = true
|
||||
shader_parameter/noise_intensity = 1.0
|
||||
shader_parameter/fps = 15.0
|
||||
|
||||
[node name="YikesSpikes" type="Node2D"]
|
||||
script = ExtResource("1_3317b")
|
||||
title = "Yikes! Spikes!"
|
||||
id = "spikes"
|
||||
order = 1
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
material = SubResource("ShaderMaterial_sf5kh")
|
||||
position = Vector2(144, 108)
|
||||
texture = ExtResource("1_588ks")
|
||||
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_pdn7u")]
|
||||
position = Vector2(24, 176)
|
||||
|
||||
[node name="TileMap" type="TileMap" parent="."]
|
||||
tile_set = ExtResource("4_pcxb3")
|
||||
format = 2
|
||||
layer_0/tile_data = PackedInt32Array(720896, 0, 0, 720897, 0, 0, 720898, 0, 0, 720903, 0, 0, 720904, 0, 0, 720905, 0, 0, 720906, 0, 0, 720907, 0, 0, 720909, 0, 0, 720910, 0, 0, 720911, 0, 0, 720912, 0, 0, 720913, 0, 0, 720899, 0, 0, 720900, 0, 0, 720901, 0, 0, 720902, 0, 0, 720908, 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_bpruh")
|
||||
theme_override_font_sizes/font_size = 8
|
||||
text = "Yikes! Spikes!"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="EndDoor" parent="." instance=ExtResource("6_uyuca")]
|
||||
position = Vector2(264, 168)
|
||||
next_map = ExtResource("7_7rv68")
|
||||
|
||||
[node name="Node2D" type="Node2D" parent="."]
|
||||
|
||||
[node name="Spikes" parent="." instance=ExtResource("7_y3eq7")]
|
||||
position = Vector2(88, 168)
|
||||
|
||||
[node name="Spikes2" parent="." instance=ExtResource("7_y3eq7")]
|
||||
position = Vector2(176, 168)
|
Loading…
Add table
Add a link
Reference in a new issue