bevy-game

A bevy game
git clone git://archive.git.mtrnord.blog/MTRNord/bevy-game.git
Log | Files | Refs | README | LICENSE

ModeNameSize
-rw-r--r--.cargo/config.toml2L
-rw-r--r--.github/workflows/ci.yml77L
-rw-r--r--.github/workflows/release.yaml166L
-rw-r--r--.gitignore5L
-rw-r--r--.vscode/launch.json68L
-rw-r--r--Cargo.lock3405L
-rw-r--r--Cargo.toml41L
-rw-r--r--LICENSE121L
-rw-r--r--Makefile.toml40L
-rw-r--r--README.md49L
-rw-r--r--assets/audio/flying.ogg11646B
-rw-r--r--assets/fonts/FiraSans-Bold.ttf438028B
-rw-r--r--assets/textures/bevy.png7288B
-rw-r--r--build.rs10L
-rw-r--r--build/macos/AppIcon.iconset/icon_128x128.png10301B
-rw-r--r--build/macos/AppIcon.iconset/icon_128x128@2x.png20064B
-rw-r--r--build/macos/AppIcon.iconset/icon_16x16.png3942B
-rw-r--r--build/macos/AppIcon.iconset/icon_16x16@2x.png4657B
-rw-r--r--build/macos/AppIcon.iconset/icon_256x256.png20064B
-rw-r--r--build/macos/AppIcon.iconset/icon_256x256@2x.png49214B
-rw-r--r--build/macos/AppIcon.iconset/icon_32x32.png4657B
-rw-r--r--build/macos/AppIcon.iconset/icon_32x32@2x.png6341B
-rw-r--r--build/macos/AppIcon.iconset/icon_512x512.png49214B
-rw-r--r--build/macos/AppIcon.iconset/icon_512x512@2x.png101624B
-rwxr-xr-xbuild/macos/create_icns.sh15L
-rw-r--r--build/macos/icon_1024x1024.png101624B
-rw-r--r--build/macos/src/Game.app/Contents/Info.plist29L
-rw-r--r--build/macos/src/Game.app/Contents/Resources/AppIcon.icns291049B
-rw-r--r--build/windows/icon.ico156431B
-rw-r--r--build/windows/icon.rc1L
-rw-r--r--credits/CREDITS.md5L
-rw-r--r--credits/licenses/Bevy_MIT_License.md21L
-rw-r--r--index.html96L
-rw-r--r--src/actions.rs143L
-rw-r--r--src/audio.rs34L
-rw-r--r--src/lib.rs48L
-rw-r--r--src/loading.rs41L
-rw-r--r--src/main.rs21L
-rw-r--r--src/menu.rs98L
-rw-r--r--src/player.rs55L