Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
requinDr committed Jun 21, 2024
1 parent 0fb9e10 commit 4f4065a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsukihime-port",
"version": "0.2.1",
"version": "0.2.2",
"private": true,
"type": "module",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion public/static/es-tohnokun/lang.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

"images": {
"redirect-ids": {
"en-mm": {
"es-tohnokun": {
"thumb": 0,
"sd":"./image/$.webp",
"hd": "./image_x2/$.webp"
Expand Down
2 changes: 1 addition & 1 deletion src/assets/game/scene_attrs.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
"s268" : {"r": "cel", "d": "07a", "s": "5a", "fc": {"col": 6, "from": ["s267"]}},
"s269" : {"r": "cel", "d": "07a", "s": "5b", "fc": {"col": 7, "from": ["s267"]}},
"s270" : {"r": "cel", "d": "07a", "s": "6" , "fc": {"col": 6, "from": ["s268", "s269"], "graph": {"bg": "bg/bg_25b", "l": "tachi/ark_t05b", "r": "tachi/cel_t07b"}}},
"s271" : {"r": "cel", "d": "08a", "fc": {"col": 6, "from": ["s270"]}, "//" : "day=8 inside scene"},
"s271" : {"r": "cel", "d": "08a", "fc": {"col": 6, "from": ["s270"], "graph": {"bg": "event/cel_e05a"}}, "//" : "day=8 inside scene"},
"s273" : {"r": "cel", "d": "09a", "s": "1" , "fc": {"col": 6, "from": ["s271"]}},
"s274" : {"r": "cel", "d": "09a", "s": "2a", "fc": {"col": 6, "from": ["s273"]}},
"s275" : {"r": "cel", "d": "09a", "s": "2b", "fc": {"col": 7, "from": ["s273"]}},
Expand Down

0 comments on commit 4f4065a

Please sign in to comment.