File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 11# 使用Macroquad在Android设备上发布游戏
2+ <img src =" ../image/Macroquad_game_1.png " width = " 550 " alt =" Macroquad_game_1 " align =center />
23
3- [ ![ zemeroth] ( 1.zemeroth.png )] ( https://play.google.com/store/apps/details?id=rust.zemeroth )
4-
5- ** 译者注:** macroquad是一个简单易用的Rust游戏库。macroquad尝试避免任何Rust特定概念比如生命周期/借用,这使得它对初学者非常友好。
4+ ** 译者注:** macroquad是一个简单易用的Rust游戏库。macroquad尝试避免任何Rust特定概念比如生命周期/借用,这使得它对初学者非常友好。
65
76详见https://docs.rs/macroquad/0.3.7/macroquad/index.html
87
@@ -170,7 +169,7 @@ macroquad::file::set_pc_assets_folder("assets");
170169
171170## 高DPI适配
172171
173- ![ densities-phone_2x ] ( 2.densities-phone_2x. png)
172+ < img src = " ../image/Macroquad_game_2. png" width = " 340 " alt = " Macroquad_game_2 " align = center />
174173
175174* [ 图片来源] ( https://developer.android.com/training/multiscreen/screendensities ) *
176175
@@ -207,7 +206,7 @@ async fn main() {
207206
208207
209208
210- ![ icon] ( 3.icon .jpg)
209+ ![ icon] ( ../image/Macroquad_game_3 .jpg)
211210
212211应用图标在APK内被视为一种特殊资源,我们将res目录加入APK:
213212
You can’t perform that action at this time.
0 commit comments