From 6bcb25aac9e62c85958c6bac78ad746a655ed717 Mon Sep 17 00:00:00 2001 From: entar Date: Fri, 4 Jul 2025 19:33:57 +0700 Subject: [PATCH] Test push --- characters/bf-car.json | 4 ++-- states/weekstate.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/characters/bf-car.json b/characters/bf-car.json index c49714d..aaa7b9e 100644 --- a/characters/bf-car.json +++ b/characters/bf-car.json @@ -184,7 +184,7 @@ "image": "sprites/characters/bfCar", "position": [ 0, - 350 + 600 ], "healthicon": "bf", "flip_x": false, @@ -194,7 +194,7 @@ 209 ], "camera_position": [ - -400, + -200, -90 ], "sing_duration": 4, diff --git a/states/weekstate.lua b/states/weekstate.lua index edd68ef..5c9450c 100644 --- a/states/weekstate.lua +++ b/states/weekstate.lua @@ -57,7 +57,7 @@ return function() diffImage = Sprite("images/diff/diffList.png", "images/diff/diffList.json") diffImage.layer = 10 diffImage:PlayAnimation(currentDifficulty, 24, true) - diffImage.position = Vector2(500, 225) + diffImage.position = Vector2(1000, 450) local Recta = Rectangle(Vector2(0,0), Vector2(1280, 240), "fill", {0,0,0}) Recta.layer = 15