LastLife
LastLife
The values returned by scribble.get_left(), scribble.get_top(), scribble.get_right() and scribble.get_bottom() aren't updated after scribble.align(). Step to reproduce : replace `obj_example_basic` with ``` #event create //Example looks nicer with interpolation on! gpu_set_tex_filter(true);...
**Is your feature request related to a problem?** In a multiplayer with rollback or a rewind feature, we can't use Input easily because it doesn't allow the user to manage...
Fixes #36 .
The .Thickness(pixels) function makes CleanLine much thinner than requested.
In portrait mode, fillScreen() doesn't fill the whole screen: ``` #include BB_SPI_LCD lcd; void setup() { // Initialize the screen: lcd.begin(DISPLAY_CYD); lcd.fillScreen(TFT_GREY); } void loop() { delay(30); } ``` Verified...