rust-console / gba

A crate that helps you make GBA games
https://docs.rs/gba
Apache License 2.0
658 stars 50 forks source link

Add an example for a basic pong game with mode 3 graphics and drawing on vblank. #189

Closed EvanTheProgrammer closed 1 year ago

Lokathor commented 1 year ago

This seems great!

Same as before though, can you remove the CC0 line from the comments at the top and have it be under the same license as the rest of the code. Then I can merge it.

EvanTheProgrammer commented 1 year ago

whoops i had that over from copy paste

EvanTheProgrammer commented 1 year ago

fixed