Skip to content

Commit

Permalink
Merge pull request #5 from guchengxi1994/master
Browse files Browse the repository at this point in the history
bump to 0.0.3
  • Loading branch information
guchengxi1994 authored Jul 13, 2024
2 parents c067b28 + d098439 commit 90107b1
Show file tree
Hide file tree
Showing 53 changed files with 6,180 additions and 232 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
* [prompts.json](./prompts.json) 记录的是npc和游戏相关的提示词
* [plot.json](./plot.json) 记录的是游戏剧情(每个npc触发可能不一样)
* [achievements.json](./achievements.json) 记录的是存在的成就
* [role_quiz.json](./role_quiz.json) 记录的是选择角色的问答
Binary file added assets/avatars/farmer.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/avatars/writer.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/bg/btl_result_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/bg/info_base.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/bg/info_base_leaf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/bg/message_base.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/bg/plate_bright.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/farmer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/tiled/maps/C43I2204.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions assets/images/tiled/maps/C43I2204.tsj
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{ "columns":16,
"image":"C43I2204.png",
"imageheight":256,
"imagewidth":256,
"margin":0,
"name":"C43I2204",
"spacing":0,
"tilecount":256,
"tiledversion":"1.10.2",
"tileheight":16,
"tilewidth":16,
"type":"tileset",
"version":"1.10"
}
Binary file added assets/images/tiled/maps/air_wall_16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions assets/images/tiled/maps/air_wall_16.tsj
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{ "columns":1,
"image":"air_wall_16.png",
"imageheight":16,
"imagewidth":16,
"margin":0,
"name":"air_wall_16",
"spacing":0,
"tilecount":1,
"tiledversion":"1.11.0",
"tileheight":16,
"tiles":[
{
"id":0,
"objectgroup":
{
"draworder":"index",
"id":2,
"name":"",
"objects":[
{
"height":15.9234449760766,
"id":1,
"name":"",
"rotation":0,
"type":"",
"visible":true,
"width":16.1913875598086,
"x":0,
"y":0
}],
"opacity":1,
"type":"objectgroup",
"visible":true,
"x":0,
"y":0
}
}],
"tilewidth":16,
"type":"tileset",
"version":"1.10"
}
333 changes: 209 additions & 124 deletions assets/images/tiled/maps/city.tmj

Large diffs are not rendered by default.

Binary file added assets/images/tiled/maps/seprate_item.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 90107b1

Please sign in to comment.