Skip to content

Polished Ranged Enemy Animation

Heather Blakeway edited this page Oct 17, 2022 · 3 revisions

Link back to main page

UML Diagram

The following diagram represents the final process used for animating ranged enemies in Atlantis Sinks.

Sequence Diagram Ranged Enemy Animation

  1. Enemies are created in the NPCFactory class where the instance of the entity created is returned
  2. Enemies are spawned in the ForestGameArea class using the instance of the entity
  3. RangedMovementTask Handles movement of the spawned enemy, corresponding with the AnimationRenderComponent to play the correct animation depending on the direction needed for the enemy.

Table of Contents

Home

How to Play

Introduction

Game Features

Main Character

Enemies
The Final Boss

Landscape Objects

Shop
Inventory
Achievements
Camera

Crystal

Infrastructure

Audio

User Interfaces Across All Pages
Juicy UI
User Interfaces Buildings
Guidebook
[Resource Management](Resource-Management)
Map
Day and Night Cycle
Unified Grid System (UGS)
Polishing

Game Engine

Getting Started

Entities and Components

Service Locator

Loading Resources

Logging

Unit Testing

Debug Terminal

Input Handling

UI

Animations

Audio

AI

Physics

Game Screens and Areas

Terrain

Concurrency & Threading

Settings

Troubleshooting

MacOS Setup Guide

Clone this wiki locally