commit a5ca5da2
Remove two pixels from the background
Changed files
| M | Game/data/sprites/blockattack1.sprite before |
diff --git a/Game/data/sprites/blockattack1.sprite b/Game/data/sprites/blockattack1.sprite
index 99ffa67..ebe2be3 100644
--- a/Game/data/sprites/blockattack1.sprite
+++ b/Game/data/sprites/blockattack1.sprite
@@ -20,10 +20,10 @@
},
"background_sixteen_nine" : {
"texture" : "background_sixteen_nine",
- "topx" : 0,
+ "topx" : 2,
"topy" : 0,
"height" : 768,
- "width" : 1366,
+ "width" : 1364,
"number_of_frames" : 1,
"frame_time" : 1
},