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
- Host: GitHub
- URL: https://github.com/clpsplug/ggjsap2016
- Owner: Clpsplug
- Created: 2016-01-29T15:14:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-31T15:14:41.000Z (over 10 years ago)
- Last Synced: 2025-05-31T18:34:22.931Z (about 1 year ago)
- Language: HTML
- Size: 46.2 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 )