Silly changes

This commit is contained in:
whitecum1488 2026-07-16 01:14:20 +03:00
parent 197c1ae9ba
commit be2452a3b1
10 changed files with 4 additions and 4 deletions

View file

@ -10,6 +10,7 @@ Artists:
* DesMo * DesMo
* Обси * Обси
* DepressedTWM * DepressedTWM
* K1RMAN
Testers: Testers:
* Rubik * Rubik

View file

@ -1,6 +1,6 @@
# mkxp-sunshine # mkxp-sunshine
This is a specialized fork of [mkxp-oneshot](https://github.com/elizagamedev/mkxp-oneshot) designed for OneShot: sunshine mod. This is a specialized fork of [mkxp-oneshot](https://github.com/elizagamedev/mkxp-oneshot) designed for OneShot: Sunshine mod.
Target of sunshine mod - improve original game. Target of sunshine mod - improve original game.
# xScripts.rxdata # xScripts.rxdata

View file

@ -67,3 +67,4 @@ main viewport resize, main window resize and move signals bindings for ruby
Dynamic resolution support (WIP) Dynamic resolution support (WIP)
Rewrited to use SDL3 libc methods instead default Rewrited to use SDL3 libc methods instead default
Removed useless debug logs Removed useless debug logs
Glen reworked

0
libraries.rb Normal file → Executable file
View file

0
make-appimage.sh Normal file → Executable file
View file

1
make-journal-linux.sh Normal file → Executable file
View file

@ -1,5 +1,6 @@
#!/bin/bash -eu #!/bin/bash -eu
if [ $# -lt 2 ]; then if [ $# -lt 2 ]; then
echo "usage: make-journal-linux.sh SOURCE_PATH OUTPUT_DIR" echo "usage: make-journal-linux.sh SOURCE_PATH OUTPUT_DIR"
exit 1 exit 1

View file

@ -1,5 +1,4 @@
#!/bin/sh #!/bin/sh
#set -e
set -euo pipefail set -euo pipefail
cd `dirname $0` cd `dirname $0`

0
mklang.rb Normal file → Executable file
View file

0
mklangsrc.rb Normal file → Executable file
View file

View file

@ -336,8 +336,6 @@ int main(int argc, char *argv[]){
* dealing with icons; don't interfere with them */ * dealing with icons; don't interfere with them */
#ifdef unix_like #ifdef unix_like
setupWindowIcon(conf, win); setupWindowIcon(conf, win);
#elif __EMSCRIPTEN__
Debug() << "meow";
#else #else
(void) setupWindowIcon; (void) setupWindowIcon;
#endif #endif