Music Machine 2.1
By chad64 – Adventure level – uploaded 21 Aug 2022 from Android
PlayEdit 7 players liked this.
Issues trying to play levels?
Troubleshoot issues playing levels
Music sheets can be found here.
Views: 130 - Downloads: 112 - 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