Test push

This commit is contained in:
entar 2025-07-04 19:33:57 +07:00
parent 9e2ab9f413
commit 6bcb25aac9
2 changed files with 3 additions and 3 deletions

View File

@ -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,

View File

@ -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