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
Add a side sensor which handles the right and left sides for the player.
It helps to understand that the player has any contact on the sides.
For example, it is used to track enemies on attack or walls on wall_slide
Add the textures.ron file, which contains the whole game textures for the game.
All player states and animations for it. Sizes, items in a sprite sheet, and so on.
The same logic for the enemies and tutorials.
Changed
Move all shared components into the common/components file. Made the main.rs file less and more readable.