-
Site admin.
-
Joined on
2020-09-17
No method to add layer to grid after initialization
WONTFIX - grid.add_layer(layer) and grid.remove_layer(layer) exist; the layer.grid method would be very convenient and consistent, but I'm not going to take on the engineering work for…
mcrfpy.TileLayer / mcrfpy.GridLayer have no __init__ docs
Hide classes from the module which can't be instantiated
.bounds and .global_bounds should be a pair of vectors, not 4 values
No method to add layer to grid after initialization
mcrfpy.Window, mcrfpy.Keyboard ... mcrfpy.Mouse?
Caption.resize does nothing; bounds are available but size is not
positions should always be iterables, not separate X and Y values.
Grid attributes:
grid_x and grid_y should be grid_w and grid_h
Timers without a user-stored reference don't fire
[Leader Issue] positions should always be iterables, not separate X and Y values.
GridPoint shows its coordinate in repr, but doesn't expose it as a property.
Entities have
grid_pos initializer argument, but pos property