Commit Graph

6 Commits

Author SHA1 Message Date
cf74541678 Line number detail if > 999, click to set cursor pos, page scrolling (using shift for now, will change) 2024-10-06 02:04:40 -04:00
322a0960d7 Added text buffer to editor state, foundation for the text editor 2024-09-28 01:01:54 -04:00
e23be1cd58 StateManager and States now have their own reference to Graphics instead of being passed into Draw(), Added image class and test images
Image class is just array of palette indices converted from the rgb data of any image by using euclidian distance between palette rgb and pixel rgb. Works well.
2024-05-22 16:09:19 -04:00
798ac17939 Editor State foundation 2024-05-13 14:39:52 -04:00
581ed013f3 Renaming stuff, it was confusing without 2024-04-26 00:05:07 -04:00
631f9e3612 Refactor, added state manager, abstract state, game state, implemented pipeline based on architecture drawing
work on relieving circular dependencies in the future
2024-04-25 20:16:58 -04:00