Godot 4.4 Upgrade
This commit is contained in:
@@ -1,12 +1,18 @@
|
||||
[gd_resource type="Resource" script_class="gamemode" load_steps=2 format=3 uid="uid://65tl6q463gxl"]
|
||||
|
||||
[ext_resource type="Script" path="res://gamemode.gd" id="1_d71ib"]
|
||||
[ext_resource type="Script" uid="uid://dy403w4kypo1r" path="res://gamemode.gd" id="1_d71ib"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_d71ib")
|
||||
gamemode_name = "no stamina regen, no health drops"
|
||||
estimated_difficulty = 0
|
||||
win_conditions = 0
|
||||
survival_time = 160.0
|
||||
max_number_of_chests = 3
|
||||
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
|
||||
@@ -17,7 +23,7 @@ max_stamina = 100.0
|
||||
stamina_drain = 5.0
|
||||
air_dash_max = 1
|
||||
load_save = false
|
||||
money = 10
|
||||
money_multiplier = 1.0
|
||||
start_health = 10
|
||||
drop_chance_minimum = 0.1
|
||||
random_drops = false
|
||||
|
||||
Reference in New Issue
Block a user