Skip to content

Commit b41cbfa

Browse files
authored
Update README.md
1 parent 5c9c47d commit b41cbfa

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
# WebGAL Android
2-
[![example workflow](https://github.com/nini22p/WebGAL-Android/actions/workflows/android.yml/badge.svg)](https://github.com/nini22P/WebGAL-Android/actions)
2+
[![example workflow](https://github.com/OpenWebGAL/WebGAL-Android/actions/workflows/android.yml/badge.svg)](https://github.com/OpenWebGAL/WebGAL-Android/actions)
33

44
一个将 WebGAL 游戏打包到安卓平台的简易模板
55
A simple template for packaging WebGAL games to Android platform
66

7-
本模板使用的图标来自:[MakinoharaShoko/WebGAL](https://github.com/MakinoharaShoko/WebGAL)
8-
The icons used in this template are from: [MakinoharaShoko/WebGAL](https://github.com/MakinoharaShoko/WebGAL)
9-
10-
## 如何打包 WebGAL 游戏
7+
## 如何编译
118

129
* 安装 [android studio](https://developer.android.com/studio) 并导入本项目
1310
* 将游戏移动到 `app\src\main\assets\webgal`。默认加载 `app\src\main\assets\webgal\index.html`,如有需要自定义加载链接请修改 `app\src\main\res\values\values.xml` 文件里面的 `load_url` 字段
1411
* 更改包名以及游戏名和图标
1512
* 点击菜单栏 `Build` -> `Generate Signed Bundle or APK` 构建 apk
1613

17-
## How to package WebGAL games
14+
## How to build
1815

1916
* Install [android studio](https://developer.android.com/studio) and import this project
2017
* Move the game to `app\src\main\assets\webgal`. Load `app\src\main\assets\webgal\index.html` by default, if you need to customize the load link, please modify the `load_url` field inside the `app\src\main\res\values\values.xml` file

0 commit comments

Comments
 (0)