Some evil stuff
This commit is contained in:
parent
94ae598959
commit
dd69385669
7
main.lua
7
main.lua
@ -78,17 +78,18 @@ function love.load()
|
||||
table.insert(unspawnedNotes, newNote)
|
||||
end
|
||||
end
|
||||
|
||||
for i = 0, 3 do
|
||||
local receptor = myTypes.Sprite("sprites/NOTE_assets.png", "sprites/NOTE_assets.json", false)
|
||||
receptor:PlayAnimation("arrow"..directions[i+1], 25, false)
|
||||
|
||||
|
||||
receptor.position = myTypes.Vector2(100 + (65 * i), 0)
|
||||
|
||||
receptor.ui = true -- So it doesnt move with the camera.
|
||||
|
||||
receptors[i + 1] = receptor
|
||||
end
|
||||
|
||||
|
||||
inst:play()
|
||||
voices:play()
|
||||
|
||||
@ -255,4 +256,4 @@ function love.draw()
|
||||
|
||||
end
|
||||
|
||||
love.window.setMode(1280, 720, { fullscreen = false , resizable = true})
|
||||
love.window.setMode(1280, 720, { fullscreen = false , resizable = true})
|
||||
|
1
pull-updates.bat
Normal file
1
pull-updates.bat
Normal file
@ -0,0 +1 @@
|
||||
git pull origin main
|
1
pull-updates.sh
Normal file
1
pull-updates.sh
Normal file
@ -0,0 +1 @@
|
||||
git pull origin main
|
@ -1,3 +1,4 @@
|
||||
|
||||
{
|
||||
"TextureAtlas": {
|
||||
"SubTexture": [
|
||||
|
Reference in New Issue
Block a user