Skip to content

Commit

Permalink
Fix Anna's start position in Chapter X0003. #21.
Browse files Browse the repository at this point in the history
  • Loading branch information
laqieer committed Aug 17, 2022
1 parent 21a3ba7 commit 661f035
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 11 deletions.
2 changes: 1 addition & 1 deletion chapter/X0003.tmj
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"rotation":0,
"visible":true,
"width":16,
"x":95.9976991659476,
"x":97,
"y":271.55
}],
"opacity":1,
Expand Down
29 changes: 20 additions & 9 deletions chapter/chapters.tiled-session
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"height": 4300,
"width": 2
},
"activeFile": "XX001.tmj",
"activeFile": "X0003.tmj",
"expandedProjectPaths": [
"."
],
"fileStates": {
"X0001.tmj": {
"expandedObjectLayers": [
3,
4
4,
3
],
"scale": 2.17,
"selectedLayer": 2,
Expand All @@ -26,16 +26,27 @@
"X0002.tsj": {
"scaleInEditor": 2
},
"X0003.tmj": {
"scale": 2.173125,
"selectedLayer": 1,
"viewCenter": {
"x": 65.11360368133447,
"y": 90.882945067587
}
},
"X0003.tsj": {
"scaleInDock": 1
},
"XX001.tmj": {
"expandedObjectLayers": [
3,
2
2,
3
],
"scale": 2,
"selectedLayer": 1,
"viewCenter": {
"x": 120.75,
"y": 146.25
"x": 180.25,
"y": 195.25
}
},
"XX001.tsj": {
Expand All @@ -55,12 +66,12 @@
"map.tileWidth": 16,
"map.width": 15,
"openFiles": [
"XX001.tmj",
"X0001.tmj"
"X0003.tmj"
],
"project": "chapters.tiled-project",
"property.type": "Unit",
"recentFiles": [
"X0003.tmj",
"X0001.tmj",
"XX001.tmj",
"X0002.tsj"
Expand Down
2 changes: 1 addition & 1 deletion content/chapter_event/X0003Event.S
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ EndingScene:
AllyUnits:
ALLY_UNIT_JOINED(アルフォンス, 5, 0)
ALLY_UNIT_JOINED(シャロン, 6, 0)
ALLY_UNIT_JOINED(アンナ, 5, 16)
ALLY_UNIT_JOINED(アンナ, 6, 16)
END_UNIT
EnemyUnits:
ENEMY_UNIT(エフラム, 104, 2, AUTO_LEVEL, 6, 15, 钢枪, 0, 0, 0, 0, 0, 0, 0)
Expand Down

0 comments on commit 661f035

Please sign in to comment.