We explore and become more #LoveToBeTechM
dkefjgjgjjfgjggfgf
love2d
Love2D is a Lua based engine with a lot of docummentation
to develop simple or complex 2D games
love2d
sound = love.audio.newSource("pling.wav", "static") -- the "static" is better for short sound effects (load the file into memory)
music = love.audio.newSource("techno.ogg", "stream") -- the "stream" is better for longer music tracks (stream the file from disk)
sound:play()
music:play()
music:setVolume(0.6) -- 90% of ordinary volume
sound:setPitch(0.1) -- one octave lower
love2d tutorial
-- print
love.graphics.print("hello world", x, y, angle, w, h)
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us