app
app
/
Entities
Package-level
declarations
Types
Functions
Types
Block
Link copied to clipboard
class
Block
(
blockSprite
:
BitmapSlice
<
Bitmap
>
)
:
Container
,
Dense
,
Moveable
Player
Link copied to clipboard
class
Player
(
playerSprites
:
Array
<
BitmapSlice
<
Bitmap
>
>
)
:
Container
,
Moveable
Entities.Player
Wall
Link copied to clipboard
class
Wall
(
sprite
:
BitmapSlice
<
Bitmap
>
)
:
Container
Functions
block
Link copied to clipboard
inline
fun
Container
.
block
(
mainImage
:
BitmapSlice
<
Bitmap
>
,
callback
:
Block
.
(
)
->
Unit
=
{}
)
:
Block
player
Link copied to clipboard
inline
fun
Container
.
player
(
mainImage
:
Array
<
BitmapSlice
<
Bitmap
>
>
,
callback
:
Player
.
(
)
->
Unit
=
{}
)
:
Player
Entities.player
wall
Link copied to clipboard
inline
fun
Container
.
wall
(
mainImage
:
BitmapSlice
<
Bitmap
>
,
callback
:
Wall
.
(
)
->
Unit
=
{}
)
:
Wall