宠物小精灵

时间:2024-03-10 17:36:47
【文件属性】:

文件名称:宠物小精灵

文件大小:337KB

文件格式:ZIP

更新时间:2024-03-10 17:36:47

Makefile

神奇宝贝想 一个小型技术演示,展示了如何使用进行游戏开发。 入门 如果您只想查看“游戏”,则可以在上尝试 但是,如果要构建它,则必须以下列方式之一进行。 由于Kantan当前不支持条件编译,因此我们必须对源代码进行一些更改。 进入src / main.kan并确保已emscripten_set_main_loop_arg(&mainloop, &game, -1, 1) 对于本机版本 git clone --recursive https://github.com/funkschy/pokemon-wannabe cd pokemon-wannabe make ./game 进入src / main.kan并确保未emscripten_set_main_loop_arg(&mainloop, &game, -1, 1) 。 并while running {...}循环while run


【文件预览】:
pokemon-wannabe-master
----.gitmodules(310B)
----vendor()
--------SDL_image()
--------SDL()
----res()
--------cat.aseprite(1KB)
--------gb-font.aseprite(763B)
--------girl.aseprite(4KB)
--------thot.aseprite(2KB)
--------house.aseprite(796B)
--------clock.aseprite(1003B)
--------background.aseprite(408B)
--------text-box.aseprite(330B)
--------grandma.aseprite(963B)
----index.html(2KB)
----LICENSE(1KB)
----dist()
--------index.wasm(740KB)
--------index.js(414KB)
--------index.html(2KB)
--------index.data(6KB)
----src()
--------res.kan(2KB)
--------behaviour.kan(710B)
--------graphics.kan(5KB)
--------std()
--------sdl.kan(10KB)
--------config.kan(135B)
--------input.kan(3KB)
--------systems.kan(17KB)
--------main.kan(15KB)
--------util.kan(58B)
--------text.kan(5KB)
--------physics.kan(2KB)
--------math.kan(1KB)
--------scene.kan(3KB)
--------components.kan(522B)
--------ecs.kan(7KB)
--------arena.kan(2KB)
----.gitignore(37B)
----Makefile(2KB)
----README.md(1KB)

网友评论