playlist now removes played scenes
This commit is contained in:
39
GameModes/DoNotGetHit.tres
Normal file
39
GameModes/DoNotGetHit.tres
Normal file
@@ -0,0 +1,39 @@
|
||||
[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_3d3uh"]
|
||||
|
||||
[resource]
|
||||
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
|
||||
weapon_drop_percentage = 0.5
|
||||
ammo_drop_percentage = 0.5
|
||||
walk_speed = 12.0
|
||||
jump_velocity = 5
|
||||
dash_speed = 40
|
||||
gravity = -9.8
|
||||
time_slowed_speed = 0.1
|
||||
stamina_regen = false
|
||||
max_stamina = 100.0
|
||||
stamina_drain = 20.0
|
||||
air_dash_max = 1
|
||||
load_save = false
|
||||
money_multiplier = 1.0
|
||||
start_health = 1
|
||||
drop_chance_minimum = 0.1
|
||||
random_drops = false
|
||||
ammo_drop_enabled = true
|
||||
expected_ammo = {
|
||||
"heavy": 25,
|
||||
"light": 200,
|
||||
"medium": 50,
|
||||
"rocket": 3,
|
||||
"shotgun": 20
|
||||
}
|
||||
stamina_drop_enabled = true
|
||||
health_drop_enabled = true
|
||||
money_drop_enabled = true
|
||||
Reference in New Issue
Block a user