Added spikes, Made a way to transition from level to level, and a base level to make level creation easier

This commit is contained in:
2026-02-21 23:53:55 -05:00
parent c3d09c9a88
commit 3b324caf67
15 changed files with 172 additions and 36 deletions

View File

@@ -1,8 +1,8 @@
[gd_scene load_steps=15 format=3 uid="uid://dm4oirxl6bpnn"]
[ext_resource type="Texture2D" uid="uid://cwwrpe5wfh7ds" path="res://entities/player/player_death_effect/art/spark.png" id="1_335v7"]
[ext_resource type="Script" uid="uid://3g2l2xhvoxj8" path="res://entities/player/player_death_effect/player_death_effect.gd" id="1_i0k0j"]
[ext_resource type="Texture2D" uid="uid://cmp35xmgh574d" path="res://entities/player/player_death_effect/art/partical_effect.png" id="2_ann6r"]
[ext_resource type="Texture2D" uid="uid://cwwrpe5wfh7ds" path="res://Entities/Player/player_death_effect/art/spark.png" id="1_335v7"]
[ext_resource type="Script" uid="uid://3g2l2xhvoxj8" path="res://Entities/Player/player_death_effect/player_death_effect.gd" id="1_i0k0j"]
[ext_resource type="Texture2D" uid="uid://cmp35xmgh574d" path="res://Entities/Player/player_death_effect/art/partical_effect.png" id="2_ann6r"]
[sub_resource type="Gradient" id="Gradient_t8ru6"]
colors = PackedColorArray(0, 1, 1, 1, 0, 0, 1, 1)