-
Notifications
You must be signed in to change notification settings - Fork 11
Green hill #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Green hill #26
Conversation
|
I will try to take a look at this soon. I'm sorry for not getting back sooner, I'm just really busy with a lot these days |
|
uh no problem, take your time. I tried to recreate the loop from the smash games |
|
This crashed when I tried to load the stage. It seemed to be related to an image being missing |
|
I fixed the green hill crash, it was just a ".png" file referred as ".jpg" in the code |
|
Hey @lufinkey. Have you tested this one, and if not could you test It when you have spare time? |
|
Sorry had a busy week, but will give this a look as soon as I can |
|
Just revisiting this. Main issue I see is that there's a Global.h and a Loader.cpp file in the root of the project, so this will not actually build with the changes. The other thing is that one of the big reasons I never added this stage is that sonic kinda plays weirdly on curved terrain, and there isn't really functionality to re-angle the character based on the terrain they're standing on. So if we added this as-is, sonic wouldn't move like he does in his games unfortunately. If the gameplay looks good enough I might reconsider, but I don't think this stage should be added without atleast a little bit of rework on how grounding works. |
No description provided.