Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
fog_of_war
master
FogOfWar
FloorTile
Font
Game
HUD
Joysticks
Keys
Level
FloorTiles
LevelData
Line
Mouse
Player
Point
Scene
Editor
Main
Start
Screen
Stage
Timer
Visibility
Generated using Crystal 1.14.0
2024-11-26 09:00:32 UTC
enum
FogOfWar::
Visibility
Defined in:
fog_of_war/floor_tile.cr
Enum Members
None
=
0_u8
Fog
=
1_u8
Clear
=
2_u8
Instance Method Summary
#clear?
#color
#draw
(window, x, y, size)
#fog?
#none?
Instance Method Detail
def
clear?
#
[
View source
]
def
color
#
[
View source
]
def
draw
(window, x, y, size)
#
[
View source
]
def
fog?
#
[
View source
]
def
none?
#
[
View source
]