MCPcopy Create free account

hub / github.com/EsotericSoftware/spine-superspineboy / types & classes

Types & classes16 in github.com/EsotericSoftware/spine-superspineboy

ClassAssets
Centralized place to load and store assets.
src/com/esotericsoftware/spine/superspineboy/Assets.java:48
ClassCharacter
The model class for an enemy or player that moves around the map.
src/com/esotericsoftware/spine/superspineboy/Character.java:38
ClassCharacterView
The view class for an enemy or player that moves around the map.
src/com/esotericsoftware/spine/superspineboy/CharacterView.java:37
ClassEnemy
The model class for an enemy.
src/com/esotericsoftware/spine/superspineboy/Enemy.java:37
ClassEnemyView
The view class for an enemy.
src/com/esotericsoftware/spine/superspineboy/EnemyView.java:47
ClassModel
The core of the game logic. The model manages all game information but knows nothing about the view, ie it knows nothing about how this information mi
src/com/esotericsoftware/spine/superspineboy/Model.java:46
ClassPlayer
The model class for the player.
src/com/esotericsoftware/spine/superspineboy/Player.java:33
ClassPlayerView
The view class for the player.
src/com/esotericsoftware/spine/superspineboy/PlayerView.java:50
EnumSoundEffect
src/com/esotericsoftware/spine/superspineboy/Assets.java:147
EnumState
src/com/esotericsoftware/spine/superspineboy/Model.java:300
ClassStateView
Stores information needed by the view for a character state.
src/com/esotericsoftware/spine/superspineboy/View.java:352
ClassSuperSpineboy
The controller class for the game. It knows about both the model and view and provides a way for the view to know about events that occur in the model
src/com/esotericsoftware/spine/superspineboy/SuperSpineboy.java:41
ClassTrigger
src/com/esotericsoftware/spine/superspineboy/Model.java:304
EnumType
src/com/esotericsoftware/spine/superspineboy/Enemy.java:206
ClassUI
The user interface displayed on top of the game (menu, health bar, splash screens).
src/com/esotericsoftware/spine/superspineboy/UI.java:75
ClassView
The core of the view logic. The view knows about the model and manages everything needed to draw to the screen.
src/com/esotericsoftware/spine/superspineboy/View.java:57