Commit Graph

27 Commits

Author SHA1 Message Date
James Skemp 338094f6a8 Add Windows export configuration 2023-12-10 12:40:37 -06:00
James Skemp d98de3f149 Add README and Web export config 2023-12-10 12:12:58 -06:00
James Skemp b464640156 Fix display on Window resizing 2023-12-10 11:17:10 -06:00
James Skemp 6586076996 Fix collision layers and masks 2023-12-10 11:10:46 -06:00
James Skemp 518b672fc7 Add scrolling background to game 2023-12-10 10:50:32 -06:00
James Skemp a7612be80a Update game to display scores 2023-12-10 08:45:45 -06:00
James Skemp 01c4522b86 Add in-game audio during play and scoring 2023-12-10 08:35:15 -06:00
James Skemp 9931322539 Add text with animation and music to main menu 2023-12-10 08:31:35 -06:00
James Skemp 485e2be3e5 Add logic for scoring via pipes
Console logs instead of displaying.
2023-12-10 08:15:47 -06:00
James Skemp ba007b5b63 Add functionality to die when hitting a pipe 2023-12-08 23:04:52 -06:00
James Skemp 5ad335859f Refactor plane death signaling to use signal hub and use in scenes 2023-12-07 21:34:06 -06:00
James Skemp d8dca35fea Add initial game over next scene logic 2023-12-07 21:32:31 -06:00
James Skemp dd52248e4f Add new unused game over scene 2023-12-07 20:19:50 -06:00
James Skemp 3f7427c41d Add functionality to return to main scene on plane death 2023-12-06 20:58:39 -06:00
James Skemp ad849fb7d2 Add new main scene, game manager, and functionality to load game scene 2023-12-05 17:06:55 -06:00
James Skemp b5c7aeaa72 Add functionality to automatically spawn pipes 2023-12-03 13:28:30 -06:00
James Skemp b43ce87f7a Add functionality to move and remove pipes 2023-12-03 13:18:04 -06:00
James Skemp 50188168d3 Add flash to lasers 2023-12-03 11:27:21 -06:00
James Skemp 2a0956a003 Add laser, pipe, and pipes scenes 2023-12-03 10:53:56 -06:00
James Skemp ca7a42203b Add basic functionality to 'kill' plane on touching ground 2023-12-03 10:42:40 -06:00
James Skemp b7fd376c7c Add animation to plane flying
Instead of using key icons, used the track itself to set elements, which is the first I've seen of that.
2023-12-03 09:32:16 -06:00
James Skemp d553591e2b Add functionality to move plane 2023-12-03 09:22:05 -06:00
James Skemp bfdaa945b8 Add collision shape to plane 2023-12-02 22:49:34 -06:00
James Skemp 050f3d00c6 Update plane animation to include second frame twice
Don't know if it'll be fixed later, but for now it's missing from the animation.
2023-12-02 22:41:35 -06:00
James Skemp 61c868b7c8 Add game scene with temp nodes and new plane with animation 2023-12-02 22:39:38 -06:00
James Skemp 6916b97146 Add assets for game 2023-12-02 10:52:05 -06:00
James Skemp 96d089ad03 Add start of new game 2023-12-02 10:43:17 -06:00