| -rw-r--r-- | .cargo/config.toml | 2L |
| -rw-r--r-- | .github/workflows/ci.yml | 77L |
| -rw-r--r-- | .github/workflows/release.yaml | 166L |
| -rw-r--r-- | .gitignore | 5L |
| -rw-r--r-- | .vscode/launch.json | 68L |
| -rw-r--r-- | Cargo.lock | 3405L |
| -rw-r--r-- | Cargo.toml | 41L |
| -rw-r--r-- | LICENSE | 121L |
| -rw-r--r-- | Makefile.toml | 40L |
| -rw-r--r-- | README.md | 49L |
| -rw-r--r-- | assets/audio/flying.ogg | 11646B |
| -rw-r--r-- | assets/fonts/FiraSans-Bold.ttf | 438028B |
| -rw-r--r-- | assets/textures/bevy.png | 7288B |
| -rw-r--r-- | build.rs | 10L |
| -rw-r--r-- | build/macos/AppIcon.iconset/icon_128x128.png | 10301B |
| -rw-r--r-- | build/macos/AppIcon.iconset/icon_128x128@2x.png | 20064B |
| -rw-r--r-- | build/macos/AppIcon.iconset/icon_16x16.png | 3942B |
| -rw-r--r-- | build/macos/AppIcon.iconset/icon_16x16@2x.png | 4657B |
| -rw-r--r-- | build/macos/AppIcon.iconset/icon_256x256.png | 20064B |
| -rw-r--r-- | build/macos/AppIcon.iconset/icon_256x256@2x.png | 49214B |
| -rw-r--r-- | build/macos/AppIcon.iconset/icon_32x32.png | 4657B |
| -rw-r--r-- | build/macos/AppIcon.iconset/icon_32x32@2x.png | 6341B |
| -rw-r--r-- | build/macos/AppIcon.iconset/icon_512x512.png | 49214B |
| -rw-r--r-- | build/macos/AppIcon.iconset/icon_512x512@2x.png | 101624B |
| -rwxr-xr-x | build/macos/create_icns.sh | 15L |
| -rw-r--r-- | build/macos/icon_1024x1024.png | 101624B |
| -rw-r--r-- | build/macos/src/Game.app/Contents/Info.plist | 29L |
| -rw-r--r-- | build/macos/src/Game.app/Contents/Resources/AppIcon.icns | 291049B |
| -rw-r--r-- | build/windows/icon.ico | 156431B |
| -rw-r--r-- | build/windows/icon.rc | 1L |
| -rw-r--r-- | credits/CREDITS.md | 5L |
| -rw-r--r-- | credits/licenses/Bevy_MIT_License.md | 21L |
| -rw-r--r-- | index.html | 96L |
| -rw-r--r-- | src/actions.rs | 143L |
| -rw-r--r-- | src/audio.rs | 34L |
| -rw-r--r-- | src/lib.rs | 48L |
| -rw-r--r-- | src/loading.rs | 41L |
| -rw-r--r-- | src/main.rs | 21L |
| -rw-r--r-- | src/menu.rs | 98L |
| -rw-r--r-- | src/player.rs | 55L |