Advertisement
Guest User

Untitled

a guest
May 25th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.25 KB | None | 0 0
  1. this.startUp = function()
  2. {    player.ship.hudHidden = true; }
  3.  
  4. this.shipDockedWithStation = function()
  5. {    player.ship.hudHidden = true; }
  6.  
  7. this.shipLaunchedFromStation = function(stationLaunchedFrom)
  8. {    player.ship.hudHidden = false; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement