Skip to content

Commit

Permalink
Merge pull request #33 from akashic-games/make-v-1-12-4
Browse files Browse the repository at this point in the history
versionを1.12.4に
  • Loading branch information
xnv authored Jul 12, 2017
2 parents bdcc45b + c398952 commit 953b945
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 18 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# ChangeLog

## 1.12.4

機能追加
* `g.Game#resized` を追加

### ゲーム開発者への影響

* `g.Game#resized` を追加
* ゲーム開発者は `g.Game#resized` トリガーを使ってコンテンツ解像度の変更通知を受けることができます。
* リサイズに応じて `g.Game#width`, `g.Game#height` の値も同様に変更されます。
* `g.Game#resized` の引数に、変更後の `g.Game#width`, `g.Game#height` からなる `g.CommonSize` の値が与えられます。
* 現在のバージョンにおいて、この機能は実験的なものです。利用するエンジンモジュールによっては正常な動作を保証できません。

### エンジン開発者への影響

* `g.Game#resized` を追加
* 本機能をサポートする場合、エンジン開発者は外部からコンテンツ解像度の変更要求を受け取った後 `g.Game#width`, `g.Game#height` の値を変更し、 `g.Game#resized` をfireする必要があります。
* `g.Game#resized` の引数に、変更後の `g.Game#width`, `g.Game#height` からなる `g.CommonSize` の値を指定する必要があります。

## 1.12.3

機能追加
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@akashic/akashic-engine",
"version": "1.12.3",
"version": "1.12.4",
"description": "The core library of Akashic Engine",
"main": "index.js",
"devDependencies": {
Expand Down
17 changes: 0 additions & 17 deletions unreleased-changes/add-resized-trigger.md

This file was deleted.

0 comments on commit 953b945

Please sign in to comment.