Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump to 0.0.3 #5

Merged
merged 10 commits into from
Jul 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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