You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2025. It is now read-only.
If i am correct, 4 long gaps are no longer possible to jump over.
So that means lvl 10 of tuturial golden medal is impossible to get (also a lot of achivements).
Am i incorrect, or this is really impossible?
If so then can you please fix it? :)
The text was updated successfully, but these errors were encountered:
It's possible but it requires perfect alignment (the player moves in x direction 7 pixels per frame). The following record file tut09.map-af8e8b89d9df640ec34d90e36475e7af-best-time.mnmsrec is an example.
record=0*6,1*12,5,1*12,0*8,1*2,0*15,5,1*14,0*14,5,1*32
seed=9546be9a901716e556d05c35b480544c
map(){
name=Fragile
recordings=0
size=800,600
time=120
tile(Block,200,300)
tile(Block,150,300)
tile(Block,250,300)
tile(Block,300,300)
tile(Block,350,300)
tile(Block,400,300)
tile(Block,550,300)
tile(Block,500,300)
tile(NotificationBlock,300,250){
message="Those blocks are fragile.\nIf you step on them too often they'll break."
}
tile(ShadowStart,200,250)
tile(PlayerStart,250,250)
tile(Fragile,350,250){
state=1
}
tile(Fragile,450,250){
state=0
}
tile(Block,600,300)
tile(Block,450,300)
tile(Block,700,250)
tile(Block,700,300)
tile(Block,650,300)
tile(Exit,750,150)
tile(Fragile,450,200){
state=0
}
tile(Block,700,200)
tile(Block,750,200)
}
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If i am correct, 4 long gaps are no longer possible to jump over.
So that means lvl 10 of tuturial golden medal is impossible to get (also a lot of achivements).
Am i incorrect, or this is really impossible?
If so then can you please fix it? :)
The text was updated successfully, but these errors were encountered: