An open API service indexing awesome lists of open source software.

https://github.com/clpsplug/ggjsap2016

Project for GGJ Sapporo 2016 Team 7
https://github.com/clpsplug/ggjsap2016

Last synced: 5 months ago
JSON representation

Project for GGJ Sapporo 2016 Team 7

Awesome Lists containing this project

README

          

# ggjsap2016
Project for GGJ Sapporo 2016 Team 7

---

## UI用メソッド
// お供え表示 -> true表示 false非表示
UICanvasScript.showDedicate( bool _bool)

// 体力 -> 現在歩数,最大歩数
UICanvasScript.setHp(int now, int max)

// アイテムの表示状態 -> アイテム番号,状態
UICanvasScript.updateItem( int _index, int _state )