0xyue / spaceship_game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Bevy 0.12 Beginner Tutorial Series —— Zymartu Games

视频教程链接:https://www.youtube.com/playlist?list=PL2wAo2qwCxGDp9fzBOTy_kpUTSwM1iWWd

#适配 Bevy 0.13

  • 为了达到相同的效果,AmbientLight 现在需要亮度为 750.0 而不是 0.75

  • “Res<Input>”现在是“Res<ButtonInput>”,单字母键现在是例如KeyCode::KeyS 而不是 KeyCode::S

About


Languages

Language:Rust 100.0%