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)
|
Loading…
Add table
Add a link
Reference in a new issue