vulpineblaze / framework_demoes

Use this repo to demo different frameworks for 2D Game creation.
2 stars 1 forks source link

Change turret(s) in game #34

Closed vulpineblaze closed 9 years ago

vulpineblaze commented 9 years ago

currently turrets are fixed during runtime

After an event in game, the player will

vulpineblaze commented 9 years ago

globalplayer should have Transform vars for the two turrets onload, globalplayers turrets should overwrite players

create a new obj&script, GlobalDebugCheat&Script in gneral, this will accept inputs and force outputs specifically

vulpineblaze commented 9 years ago

Stage1 has player with a red and blue turret

Upon load from Menu to Stage1, globalplayer make player have only red turrets

pressing Ctrl + T changes the turrets to blue turrets

everything else appears working