Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

Commit 4d2ea31

Browse files
authored
エンディングの調整 (#116)
2 parents 441f7cc + b5f371e commit 4d2ea31

5 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG of PBL-Game
22

3+
## v1.1.1 (2026-02-10)
4+
- 最終エンディング画面の "ending(demo).png" を "ending.png" に差し替え
5+
- ノベルパート "ending" 用に "tanegashima_center.jpg" を追加 (出典はphoto AC)
6+
37
## v1.1.0 (2026-02-10)
48
- 問題文改行機能の追加
59
- `talk.py` の問題文表示の部分に、改行して表示する機能を追加

assets/data/maps.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
},
104104
"ending": {
105105
"name": "エンディング",
106-
"image": "story/ending(demo).png",
106+
"image": "story/ending.png",
107107
"walls": [],
108108
"exits": [],
109109
"bgm": "Blue_Danube.mp3"

assets/data/novel_scripts/common.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,19 +167,19 @@
167167
{
168168
"speaker": "案内人",
169169
"text": "到着しました。ここが、種子島宇宙センターです。",
170-
"bg": "*.png",
170+
"bg": "story/tanegashima_center.jpg",
171171
"char": "none"
172172
},
173173
{
174174
"speaker": "案内人",
175175
"text": "この先は、完成したロケットだけが入ることを許されます。",
176-
"bg": "*.png",
176+
"bg": "story/tanegashima_center.jpg",
177177
"char": "none"
178178
},
179179
{
180180
"speaker": "管制システム",
181181
"text": "入構前チェックを開始します。",
182-
"bg": "*.png",
182+
"bg": "story/tanegashima_center.jpg",
183183
"char": "none"
184184
},
185185
{

assets/img/story/ending.png

753 KB
Loading
2.17 MB
Loading

0 commit comments

Comments
 (0)