i want add a new collision for my stage , a collisionC if its possible , ty #130
-
|
Hello everyone ? i try to add a new collision for my stage , a collisionC with a diffrent tileset ( the tile "tsz" ) but the collision is off when sonic try to walk on it ? i need a help please for this please thanks you very much <3 collision_load_binary("widths_s3", "heights_s3", "angles_s3", "CollisionA", "CollisionB"); actually on this command from my stage code , i have the s3 tile for the collisionA and B , but i want too the CollisionC with the tile tsz |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
This isn't a "I wanna X, so if I add X to Y it will work". No. The framework doesn't account for infinite amount of collision layers. In order to add a support for an additional collision layers, you'll need to modify
|
Beta Was this translation helpful? Give feedback.
Oh, just realised you want to use a different tileset. Nope, not possible without major modifications to the framework