Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. background_hspeed[0]=0.5
  2. background_vspeed[0]=0.5
  3. background_hspeed[1]=0.2
  4. background_vspeed[1]=0.2
  5.  
  6. iniciar_variaveis_globais()
  7.  
  8.  
  9. if file_exists("option.data")
  10. {carregar_configura()}
  11. else
  12. {iniciar_configura_globais()}
  13. audio_master_gain(global.volume/100)
  14.  
  15.  
  16. audio_stop_all()
  17. audio_play_sound(bgm_intro,1,0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement