Commit Graph

12 Commits

Author SHA1 Message Date
J. M. Ellis 237af1754e Update README.md 2024-05-25 08:39:27 -07:00
J. M. Ellis f3c209808b Update README.md 2024-05-25 08:36:36 -07:00
J. M. Ellis 9ccb35f2ad Brought over our player input code from GML into a PlayerInput.cs class. 2024-05-24 20:21:01 -07:00
J. M. Ellis b92de57435 Renamed all snake_case variables to use camelCase. 2024-05-24 19:22:48 -07:00
J. M. Ellis 34e2d6e6d6 Started work on Player.cs class, converted our OG movement script to C# and implemented as a method in Player class. 2024-05-24 17:48:52 -07:00
J. M. Ellis 7dc1f166ab Adding player input class. 2024-05-24 16:44:27 -07:00
J. M. Ellis 6142263150 Added a simple player input class to test abstraction. 2024-05-24 16:40:43 -07:00
J. C. Lynch ff0e593bbc Merge pull request #2 from TheRavenwoodArts/AddingSpritesTest
Added test sprites to test game window scaling
2024-05-15 13:23:49 -07:00
Jensen Lynch 97c68c5ab9 Added test sprites to test game window scaling 2024-05-15 13:13:53 -07:00
J. M. Ellis b80c4fae41 Added render targeting for retro scale. (#1) 2024-05-14 22:13:06 -07:00
J. M. Ellis f497f2a422 Add project files. 2024-05-14 17:47:29 -07:00
J. M. Ellis 4571484581 Add .gitattributes, .gitignore, README.md, and LICENSE.txt. 2024-05-14 17:47:27 -07:00