Open
Conversation
Grid view mostly implemented, missing code for nine-slice back ground. Need to implement nine-slice first. Updated playdate/graphics and playbit/graphics to allow transparent clearing of images
Added nineslices Updated grid view to work with nineslices and fixed scrolling issues noticeable with larger inset padded Added image:drawTiled which is used in nineslices Added comment to graphics about transparent being an allowed color
Matching playdates where padding of cell is shown when minimum scroll to cell is selected. Fixed inset size error.
Update to the way that draw offset is handled. Setting draw offset will change offset for next frame. Fix to blinker cycling. Push and pop context updated for playdate.graphics so that it works with draw offset and drawing into images or sprites. GridView newly implemented Images updated to store .imageData updated drawing to work with updated drawoffset, added bg color for new image, added copy function, added draw centered, image clear, draw tiled using quads to draw Sprites class newly implemented Object class updated to work with sprites. Timer minor update to add delay timer ui.lua added to allow import of gridview and crankindicator by importing ui (as with playdate)
Fix nil error when sprite has no draw mode
Keyboard is added, temp image for keyboard to emulate playdate keyboard. Use the physical keyboard to actually type. If the keyboard is visible then keyboard takes the key presses
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds on to the gridview pull request. Adds a keyboard, use physical keyboard to input data.