run scripts added fx build commands

This commit is contained in:
ZennDev1337 2023-10-05 11:55:17 +02:00
parent b9e517fa21
commit 54bf01cfea
56 changed files with 478 additions and 34 deletions

View file

@ -7,6 +7,7 @@ use arduboy_rust::prelude::*;
use arduboy_tones::tones_pitch::*;
mod gameloop;
#[allow(dead_code)]
pub const arduboy: Arduboy2 = Arduboy2::new();
pub const sound: ArduboyTones = ArduboyTones::new();