From 3b1647d6f83003fbc2c1be4d98176aafa6c9f664 Mon Sep 17 00:00:00 2001 From: Ritabrata Das Date: Sun, 13 Sep 2026 12:57:49 +0530 Subject: fixes for public release --- README | 26 -------------------------- README.txt | 26 ++++++++++++++++++++++++++ main.cpp | 1 - 3 files changed, 26 insertions(+), 27 deletions(-) delete mode 100644 README create mode 100644 README.txt diff --git a/README b/README deleted file mode 100644 index 3b843e8..0000000 --- a/README +++ /dev/null @@ -1,26 +0,0 @@ -Happy Cirno Day 2026 - -Music Used: -Title: おてんばプレリュード -Album: 幻想万華鏡~肝試しの章~オリジナルサウンドトラック -Circle: 幽閉サテライト -Release Date: 2011/11/9 -Arrangement: Iceon -Website: http://www.yuuhei-satellite.jp/ - - -All art drawn by silli feel free to use them -All code licensed under GPLv3 License -Touhou Project is a copyright of ZUN and Team Sanghai Alice - -Build Instructions: -Linux: -just use scripts/build.sh -Web: -good luck, the scripts are hard coded for my computer but I have a github -ci/cd script in this repo in .github/workflows/ , it can be used to compile -for web too. - - -Github : https://github.com/daiyosei/cirno-day-2026/ -Mirror Git : https://grimoire.margatroid.moe/github/cirno-day-2026.git diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..3b843e8 --- /dev/null +++ b/README.txt @@ -0,0 +1,26 @@ +Happy Cirno Day 2026 + +Music Used: +Title: おてんばプレリュード +Album: 幻想万華鏡~肝試しの章~オリジナルサウンドトラック +Circle: 幽閉サテライト +Release Date: 2011/11/9 +Arrangement: Iceon +Website: http://www.yuuhei-satellite.jp/ + + +All art drawn by silli feel free to use them +All code licensed under GPLv3 License +Touhou Project is a copyright of ZUN and Team Sanghai Alice + +Build Instructions: +Linux: +just use scripts/build.sh +Web: +good luck, the scripts are hard coded for my computer but I have a github +ci/cd script in this repo in .github/workflows/ , it can be used to compile +for web too. + + +Github : https://github.com/daiyosei/cirno-day-2026/ +Mirror Git : https://grimoire.margatroid.moe/github/cirno-day-2026.git diff --git a/main.cpp b/main.cpp index b2e8c72..a958adb 100644 --- a/main.cpp +++ b/main.cpp @@ -20,7 +20,6 @@ namespace { void drawFrame(GameState& currentGameState) { UpdateMusicStream(currentGameState.BGMusic); - printf("%f\n", GetMusicTimePlayed(currentGameState.BGMusic)); // if (GetMusicTimePlayed(g_bgMusic) >= GetMusicTimeLength(g_bgMusic)) { // SeekMusicStream(g_bgMusic, 0); // } -- cgit v1.2.3