mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
Silly changes
This commit is contained in:
parent
197c1ae9ba
commit
be2452a3b1
10 changed files with 4 additions and 4 deletions
|
|
@ -10,6 +10,7 @@ Artists:
|
|||
* DesMo
|
||||
* Обси
|
||||
* DepressedTWM
|
||||
* K1RMAN
|
||||
|
||||
Testers:
|
||||
* Rubik
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
0
libraries.rb
Normal file → Executable file
0
make-appimage.sh
Normal file → Executable file
0
make-appimage.sh
Normal file → Executable file
1
make-journal-linux.sh
Normal file → Executable file
1
make-journal-linux.sh
Normal file → Executable file
|
|
@ -1,5 +1,6 @@
|
|||
#!/bin/bash -eu
|
||||
|
||||
|
||||
if [ $# -lt 2 ]; then
|
||||
echo "usage: make-journal-linux.sh SOURCE_PATH OUTPUT_DIR"
|
||||
exit 1
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
#!/bin/sh
|
||||
#set -e
|
||||
set -euo pipefail
|
||||
cd `dirname $0`
|
||||
|
||||
|
|
|
|||
0
mklang.rb
Normal file → Executable file
0
mklang.rb
Normal file → Executable file
0
mklangsrc.rb
Normal file → Executable file
0
mklangsrc.rb
Normal file → Executable 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue