Package com.csse3200.game.rendering
package com.csse3200.game.rendering
-
ClassDescriptionRenders animations from a texture atlas on an entity.Provides functionality to draw lines/shapes to the screen for debug purposes.Can be rendered onto the screen given a Sprite batch.A generic component for rendering an entity.Core rendering system for the game.Globally accessible service for registering renderable components.Render a static texture.A render component for dynamically tiling a floor texture with corners, edges, and middle tiles.A render component for ground floors that extend to the bottom of the screen.A render component for dynamically tiling a platform texture based on the entity's size.