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
* Обси
* DepressedTWM
* K1RMAN
Testers:
* Rubik

View file

@ -1,6 +1,6 @@
# 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.
# xScripts.rxdata

View file

@ -67,3 +67,4 @@ main viewport resize, main window resize and move signals bindings for ruby
Dynamic resolution support (WIP)
Rewrited to use SDL3 libc methods instead default
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
if [ $# -lt 2 ]; then
echo "usage: make-journal-linux.sh SOURCE_PATH OUTPUT_DIR"
exit 1

View file

@ -1,5 +1,4 @@
#!/bin/sh
#set -e
set -euo pipefail
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 */
#ifdef unix_like
setupWindowIcon(conf, win);
#elif __EMSCRIPTEN__
Debug() << "meow";
#else
(void) setupWindowIcon;
#endif