Advertisement
Guill

Source

Jul 15th, 2013
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5. classe Audio
  6.  
  7.  
  8.  
  9.  
  10. tocar_mf
  11.  
  12.  
  13. fim
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21. fim
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30. \\========================================
  31. \\ Fluxo do jogo
  32. \\----------------------------------------
  33. \\ *
  34. \\========================================
  35. $cript = "Fluxo_de_Jogo"
  36. $sistema = Sistema.novo
  37. $input = Input.novo
  38. $graficos = Graficos.novo
  39. $audio = Audio.novo
  40. loop faz Cena_Titulo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement