dgt ~master (2017-09-21T16:04:46Z)
Dub
Repo
Entity
dgt
level
A free-floating entity
struct
Entity {
string
name
;
string
type
;
int
x
;
int
y
;
int
width
;
int
height
;
int
rotation
;
bool
flipX
;
bool
flipY
;
Texture
tex
;
bool
visible
;
}
Meta
Source
See Implementation
dgt
level
structs
Entity
EntityLayer
Level
TileLayer
A free-floating entity