Skip to content

Commit

Permalink
Boss health increased
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwatson484 committed Apr 24, 2021
1 parent e76a1f3 commit 41e8ab7
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion invasion-force/invasion-force.yyp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions invasion-force/objects/obj_arena_spawn/Create_0.gml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ global.boss5Points = 200
global.enemy6Points = 10
global.missilePoints = 15

global.bossHealth = 50
global.boss2Health = 100
global.boss3Health = 120
global.boss4Health = 200
global.bossHealth = 100
global.boss2Health = 200
global.boss3Health = 300
global.boss4Health = 400
global.boss5Health = 500

// boss spawn
Expand Down
14 changes: 7 additions & 7 deletions invasion-force/objects/obj_arena_spawn/obj_arena_spawn.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions invasion-force/objects/obj_enemy_spawn/Create_0.gml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ global.missilePoints = 15

global.enemy3Health = 10
global.enemy5Health = 25
global.bossHealth = 50
global.boss2Health = 100
global.boss3Health = 120
global.boss4Health = 200
global.bossHealth = 100
global.boss2Health = 200
global.boss3Health = 300
global.boss4Health = 400
global.boss5Health = 500


Expand Down
24 changes: 12 additions & 12 deletions invasion-force/objects/obj_enemy_spawn/obj_enemy_spawn.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 41e8ab7

Please sign in to comment.