Skip to content

Commit

Permalink
feat: initial tilemap 🧩
Browse files Browse the repository at this point in the history
  • Loading branch information
eerii committed Dec 2, 2023
1 parent 0dcfebc commit d24dd89
Show file tree
Hide file tree
Showing 14 changed files with 192 additions and 457 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ on:
type: string

env:
binary: hello-bevy # [CHANGE]: This needs to match the project name in cargo.toml
binary: charon
add_binaries_to_github_release: true
# itch_target: eerii/hello-bevy # [CHANGE]: If you want to deploy to itch, set this as your username/project-url
itch_target: eerii/charon

jobs:
get-version:
Expand Down
43 changes: 27 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "hello-bevy" # [CHANGE]: Set your project name.
version = "0.12.3"
name = "charon"
version = "0.1.0"
edition = "2021"
description = "a bevy game template"
description = "a game for the bevy jam 4"
exclude = ["build", "assets", ".data"]

[profile.dev.package."*"]
Expand Down Expand Up @@ -32,5 +32,6 @@ iyes_progress = { version = "0.10", features = [ "assets" ] } # Track loading an
bevy-inspector-egui = { version = "0.21" } # Inspector
bevy-persistent = { version = "0.4", features = ["toml"] } # Persistent values (for saving)
bevy_mod_debugdump = { version = "0.9" } # Debug graphs
bevy_ecs_tilemap = { git = "https://github.com/divark/bevy_ecs_tilemap.git", branch = "0.12-fixes" } # Tilemap (main repo is not updated for 0.12)
rand = { version = "0.8" }
serde = { version = "1.0", features = ["derive"] }
Binary file removed assets/fonts/pixel.ttf
Binary file not shown.
Binary file removed assets/icons/pixelbevy.png
Binary file not shown.
Binary file added assets/sprites/temp_tile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
210 changes: 0 additions & 210 deletions examples/dvd.rs

This file was deleted.

Loading

0 comments on commit d24dd89

Please sign in to comment.