boom boom torofi (release)
This commit is contained in:
parent
d7f3f25484
commit
512f573fb0
4 changed files with 3 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
echo -ne '\033c\033]0;Midori in the Magic School\a'
|
echo -ne '\033c\033]0;Midori in the Magic School\a'
|
||||||
base_path="$(dirname "$(realpath "$0")")"
|
base_path="$(dirname "$(realpath "$0")")"
|
||||||
"$base_path/Midori in the Magic School.arm64" "$@"
|
"$base_path/Midori in the Magic School.x86_64" "$@"
|
||||||
|
|
2
android
2
android
|
@ -1 +1 @@
|
||||||
Subproject commit 822635c5a165bdfd2ab9ab0741215a11709cafc0
|
Subproject commit 7b067f338b30c1f498ac4eaa61d1a2a855f29f26
|
|
@ -9,7 +9,7 @@ custom_features=""
|
||||||
export_filter="all_resources"
|
export_filter="all_resources"
|
||||||
include_filter=""
|
include_filter=""
|
||||||
exclude_filter=""
|
exclude_filter=""
|
||||||
export_path=""
|
export_path="./Midori in the Magic School.x86_64"
|
||||||
encryption_include_filters=""
|
encryption_include_filters=""
|
||||||
encryption_exclude_filters=""
|
encryption_exclude_filters=""
|
||||||
encrypt_pck=false
|
encrypt_pck=false
|
||||||
|
|
|
@ -103,7 +103,6 @@ Pause={
|
||||||
[internationalization]
|
[internationalization]
|
||||||
|
|
||||||
locale/translations=PackedStringArray("res://text.en.translation", "res://text.es.translation", "res://text.ja.translation")
|
locale/translations=PackedStringArray("res://text.en.translation", "res://text.es.translation", "res://text.ja.translation")
|
||||||
locale/test="en"
|
|
||||||
|
|
||||||
[physics]
|
[physics]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue