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.A render component specifically for doors that ensures they are rendered on top of floor assets.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 solid color rectangle using a 1x1 texture scaled to the entity size.Render a static texture, with optional fade (alpha).An extension of the TextureRenderComponent, which allows rotation of your textures.