From 8e027e694fd90ff5f1051ffa9520a83772b9e6a3 Mon Sep 17 00:00:00 2001 From: Kelly Peng Date: Mon, 25 Apr 2022 20:05:55 -0400 Subject: [PATCH] update story position and scaling --- dist/shattered_sword_assets/jsons/story.json | 40 ++++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/dist/shattered_sword_assets/jsons/story.json b/dist/shattered_sword_assets/jsons/story.json index e67f50f..2fbc3d6 100644 --- a/dist/shattered_sword_assets/jsons/story.json +++ b/dist/shattered_sword_assets/jsons/story.json @@ -9,12 +9,12 @@ "key": "sword", "path": "shattered_sword_assets/images/story1.png", "positon": [ - 600, - 250 + 300, + 150 ], "scale": [ - 8, - 8 + 4, + 4 ] } ] @@ -32,12 +32,12 @@ "key": "sword_shattered", "path": "shattered_sword_assets/images/story2.png", "positon": [ - 600, - 250 + 300, + 150 ], "scale": [ - 8, - 8 + 4, + 4 ] } ] @@ -55,12 +55,12 @@ "key": "hiro_appear", "path": "shattered_sword_assets/images/story3.png", "positon": [ - 630, - 300 + 300, + 150 ], "scale": [ - 7, - 7 + 4, + 4 ] } ] @@ -78,12 +78,12 @@ "key": "hiro_sword", "path": "shattered_sword_assets/images/story4.png", "positon": [ - 630, - 300 + 300, + 150 ], "scale": [ - 7, - 7 + 4, + 4 ] } ] @@ -111,12 +111,12 @@ "key": "logo", "path": "shattered_sword_assets/images/Logo.png", "positon": [ - 650, - 300 + 330, + 150 ], "scale": [ - 1, - 1 + 0.5, + 0.5 ] } ]