texit ~master (2023-12-16T21:48:18Z)
Dub
Repo
Tile
texit
A single tile in the world
struct
Tile {
float
[
3
]
bg
;
float
[
3
]
fg
;
char
ch
;
bool
opEquals
(Tile t);
}
Members
Functions
opEquals
bool
opEquals
(Tile t)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
bg
float
[
3
]
bg
;
bg color
ch
char
ch
;
character to draw
fg
float
[
3
]
fg
;
fg color
Meta
Source
See Implementation
texit
modules
app
aliases
Easing
classes
SDLException
TexitException
functions
SDL_RenderCopyF
SDL_RenderFillRectF
ease
easing
mixin templates
Texit
structs
Color
Point
SDL_FRect
Tile
Vector
variables
translation
zoom
A single tile in the world