Music Machine 2.1
chad64 - Adventure level - Aug 21, 2022 from Android
Issues trying to play levels?
Troubleshoot issues playing levels
Music sheets can be found here.
Views: 122 - Downloads: 101 - Level ID: 484
Music sheets can be found here.
Views: 122 - Downloads: 101 - Level ID: 484
function init()
something = world:get_entity(1)
end
function step()
vel_x, vel_y = something:get_velocity()
game:show_numfeed(vel_y)
end