Skip to content

Commit 5e188cc

Browse files
authored
Update README.md
1 parent ff9bf6d commit 5e188cc

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
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)
23

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

67
本模板使用的图标来自:[MakinoharaShoko/WebGAL](https://github.com/MakinoharaShoko/WebGAL)
78
The icons used in this template are from: [MakinoharaShoko/WebGAL](https://github.com/MakinoharaShoko/WebGAL)
89

9-
## 如何打包游戏
10+
## 如何打包 WebGAL 游戏
1011

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

16-
## How to build the game
17+
## How to package WebGAL games
1718

1819
* Install [android studio](https://developer.android.com/studio) and import this project
1920
* 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
2021
* Change the package name and the game name and icon
2122
* Click `Build` -> `Generate Signed Bundle or APK` in the menu bar to build the apk
2223

23-
### 更多信息 / More Info (Chinese only at the moment)
24+
### 更多信息 / More Info
2425

25-
[打包 WebGAL 游戏到 android 平台](https://docs.openwebgal.com/guide/android.html)
26+
[https://docs.openwebgal.com/guide/android](https://docs.openwebgal.com/guide/android)

0 commit comments

Comments
 (0)