Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EsotericSoftware/spine-superspineboy
/ types & classes
Types & classes
16 in github.com/EsotericSoftware/spine-superspineboy
⨍
Functions
78
◇
Types & classes
16
Class
Assets
Centralized place to load and store assets.
src/com/esotericsoftware/spine/superspineboy/Assets.java:48
Class
Character
The model class for an enemy or player that moves around the map.
src/com/esotericsoftware/spine/superspineboy/Character.java:38
Class
CharacterView
The view class for an enemy or player that moves around the map.
src/com/esotericsoftware/spine/superspineboy/CharacterView.java:37
Class
Enemy
The model class for an enemy.
src/com/esotericsoftware/spine/superspineboy/Enemy.java:37
Class
EnemyView
The view class for an enemy.
src/com/esotericsoftware/spine/superspineboy/EnemyView.java:47
Class
Model
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
Class
Player
The model class for the player.
src/com/esotericsoftware/spine/superspineboy/Player.java:33
Class
PlayerView
The view class for the player.
src/com/esotericsoftware/spine/superspineboy/PlayerView.java:50
Enum
SoundEffect
src/com/esotericsoftware/spine/superspineboy/Assets.java:147
Enum
State
src/com/esotericsoftware/spine/superspineboy/Model.java:300
Class
StateView
Stores information needed by the view for a character state.
src/com/esotericsoftware/spine/superspineboy/View.java:352
Class
SuperSpineboy
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
Class
Trigger
src/com/esotericsoftware/spine/superspineboy/Model.java:304
Enum
Type
src/com/esotericsoftware/spine/superspineboy/Enemy.java:206
Class
UI
The user interface displayed on top of the game (menu, health bar, splash screens).
src/com/esotericsoftware/spine/superspineboy/UI.java:75
Class
View
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