Test push
This commit is contained in:
parent
9e2ab9f413
commit
6bcb25aac9
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user