Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
Fix minor warnings and errors
Fix crosshair spawn locations
  • Loading branch information
enzoritto committed Oct 19, 2024
1 parent 1d279ee commit 2e6777e
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 4,525 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# Zombie _Dash_

Un jeu de zombies multijoueur local basé sur le mode de jeu de course « Hidden in Plain Sight » 🕹️
A local multiplayer zombie game based on the race gamemode of "Hidden in Plain Sight" 🕹️

_Créé lors du GeekCamp de septembre 2024 🏕️_
Made with the awesome [Godot Engine](https://godotengine.org) 🤖

## Remerciements
* Charles - playtesting 👾
* Paul Doazan - Idée/Game Director 💡
* All of Okiwi GeekCamp septembre 2024 participants ⛺
_Created during the September 2024 edition of the Okiwi GeekCamp 🏕️_

## Credits
Title & text font - [Peaberry Font](https://emhuo.itch.io/peaberry-pixel-font) by [@emhuo](https://emhuo.itch.io/)

Background tileset from [Pixel Art Top Down - Basic](https://cainos.itch.io/pixel-art-top-down-basic) & Zombie sprites from [Pixel Art Monster - Dungeon](https://cainos.itch.io/pixel-art-monster-dungeon) by [@Cainos](https://cainos.itch.io/)

## Special thanks
* **Cainos** for letting us use their wonderful zombie sprites 🧟
* **Paul Doazan** for the idea & direction 💡
* **Charles** for playtesting 👾
* And all of the GeekCamp participants ⛺
2 changes: 1 addition & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ config_version=5
[application]

config/name="Zombie Dash"
config/version="1.2.0"
config/version="1.3.0"
run/main_scene="res://scenes/main_menu.tscn"
config/features=PackedStringArray("4.3", "Forward Plus")
config/icon="res://icon.svg"
Expand Down
Loading

0 comments on commit 2e6777e

Please sign in to comment.