class Gsw::Map
Defined in:
gsw/maps/map.crConstant Summary
-
GRID_COLOR =
LibRay::Color.new(r: 75, b: 75, g: 255, a: 35)
-
GRID_SIZE =
16
Constructors
Instance Method Summary
- #draw(_parent_x, _parent_y)
- #get_cursor
- #update(frame_time : Float32)
- #update_cursor
- #viewable?(obj_x, obj_y, width, height)
- #viewable?(obj : Obj)
Instance methods inherited from class Gsw::Obj
collision?(other : Vector)
collision?,
draw(_parent_x, _parent_y)
draw,
height : Int32 | Float32
height,
position : Vector
position,
rotation : Int32 | Float32 | Float64
rotation,
update(_frame_time)
update,
width : Int32 | Float32
width,
x(*args, **options)x(*args, **options, &) x, y(*args, **options)
y(*args, **options, &) y