add a cup

This commit is contained in:
Colin McMillen 2021-06-10 18:04:02 -04:00
parent cc338a6dc4
commit 7c5e784116

View File

@ -48,6 +48,10 @@ function init_world()
add_ramp(60,50,15,-15)
add_ramp(48,60,20,0)
add_ramp(45,75,10,30)
add_ramp(65,76,0,10)
add_ramp(65,86,5,0)
add_ramp(70,76,0,10)
end
function add_ramp(x,y,dx,dy)