Forgot to save a file

This commit is contained in:
Sage Vaillancourt 2018-05-23 11:13:48 -04:00
parent e050fe3ecb
commit 597372f66b
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ var laser_penetration = 0
var double_laser = false var double_laser = false
var ship_value = 0 var ship_value = 0
var refund_percentage = 0.9 var refund_percentage = 1
var money = 100 var money = 100
var shooting_speed_upgrade = SHOOTING_SPEED_UPGRADE_DEFAULT var shooting_speed_upgrade = SHOOTING_SPEED_UPGRADE_DEFAULT

View File

@ -16,7 +16,7 @@ animations = [ {
"speed": 5.0 "speed": 5.0
} ] } ]
[node name="UpgradeMenu" type="Node"] [node name="UpgradeMenu" type="Node" index="0"]
pause_mode = 2 pause_mode = 2
script = ExtResource( 1 ) script = ExtResource( 1 )