playlist now removes played scenes

This commit is contained in:
Derek
2025-03-01 16:11:20 -06:00
parent 3ab4160be6
commit dc7ecf83ee
11 changed files with 86 additions and 61 deletions

View File

@@ -1,12 +1,12 @@
[gd_resource type="Resource" script_class="gamemode" load_steps=2 format=3 uid="uid://dlvhtdmtln3bb"]
[gd_resource type="Resource" script_class="gamemode" load_steps=2 format=3 uid="uid://cwwvseoidm6ha"]
[ext_resource type="Script" path="res://gamemode.gd" id="1_lcpua"]
[ext_resource type="Script" path="res://gamemode.gd" id="1_3d3uh"]
[resource]
script = ExtResource("1_lcpua")
gamemode_name = "DO NOT GET HIT"
estimated_difficulty = 0
win_conditions = 2
script = ExtResource("1_3d3uh")
gamemode_name = "Standard"
estimated_difficulty = 4
win_conditions = 0
survival_time = 160.0
money_lost_multiplier = 0.5
weapon_penalty = 0
@@ -15,9 +15,9 @@ ammo_drop_percentage = 0.5
walk_speed = 12.0
jump_velocity = 5
dash_speed = 40
gravity = -18.0
gravity = -9.8
time_slowed_speed = 0.1
stamina_regen = true
stamina_regen = false
max_stamina = 100.0
stamina_drain = 20.0
air_dash_max = 1

View File

@@ -4,13 +4,14 @@
[resource]
script = ExtResource("1_2sia6")
gamemode_name = "Standard"
gamemode_name = "Standard with regen"
estimated_difficulty = 0
win_conditions = 0
survival_time = 160.0
money_lost_multiplier = 0.5
weapon_penalty = 0
weapon_drop_percentage = 0.5
ammo_drop_percentage = 0.5
walk_speed = 12.0
jump_velocity = 5
dash_speed = 40