Skip to content

Commit

Permalink
Merge branch 'creazione_mappa_random'
Browse files Browse the repository at this point in the history
* creazione_mappa_random:
  Refactor di tutto il progetto, adesso sta tutto nella classe GameManager.
  Bugfix menu, implemementata un minimo di GUI non troppo funzionante, bugfix collisioni.
  Inseriti i menu di gioco, assests StandardAssets
  Integrato touch con modifiche. Velocità verticale e orizzontale settabili.
  Inserito touch
  Integrazione Ostacoli
  Inserite collisioni, quando il player sbatte contro un blocco si ferma tutto
  Player con spawn random
  Creazione griglia in Start, movimento griglia verso il basso automaticamente e destra e sinistra controllato dal giocatore.
  • Loading branch information
pavva94 committed Jul 26, 2016
2 parents 2e001eb + 0c7219b commit c38a72a
Show file tree
Hide file tree
Showing 853 changed files with 24,310 additions and 77 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ proguard/

# Android Studio captures folder
captures/

Temp/
9 changes: 9 additions & 0 deletions Assets/Art.meta

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

9 changes: 9 additions & 0 deletions Assets/Art/Buttons.meta

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

Binary file added Assets/Art/Buttons/Buttons_Board.psd
Binary file not shown.
286 changes: 286 additions & 0 deletions Assets/Art/Buttons/Buttons_Board.psd.meta

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

9 changes: 9 additions & 0 deletions Assets/Art/Player.meta

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

Binary file added Assets/Art/Player/Sparty.psd
Binary file not shown.
Loading

0 comments on commit c38a72a

Please sign in to comment.