diff --git a/.env b/.env index 618dcaa..2204f08 100644 --- a/.env +++ b/.env @@ -6,5 +6,6 @@ GODOT_VERSION=4.2.2-stable # Game -GAME_NAME=Frogger3D +GAME_NAME=MelonCrusade GAME_VERSION=0.1.0 +GAME_ITCHIO_KEY=meloncrusade diff --git a/.reuse/dep5 b/.reuse/dep5 index b0deb50..a4ea54d 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -1,7 +1,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: Frogger3D +Upstream-Name: MelonCrusade Upstream-Contact: Florian Vazelle -Source: https://github.com/MechanicalFlower/Frogger3D +Source: https://github.com/MechanicalFlower/MelonCrusade Files: * Copyright: 2024-present Florian Vazelle diff --git a/CHANGELOG.md b/CHANGELOG.md index ac1f769..df9aeca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,5 +10,5 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Security ### Dependencies -[Unreleased]: https://github.com/MechanicalFlower/Frogger3D/compare/0.1.0...HEAD -[0.1.0]: https://github.com/MechanicalFlower/Frogger3D/commits/0.1.0 +[Unreleased]: https://github.com/MechanicalFlower/MelonCrusade/compare/0.1.0...HEAD +[0.1.0]: https://github.com/MechanicalFlower/MelonCrusade/commits/0.1.0 diff --git a/Justfile b/Justfile index e4c910f..d6cbc12 100644 --- a/Justfile +++ b/Justfile @@ -258,6 +258,6 @@ ci-load-dotenv: # Upload the game on Github and Itch.io ci-publish: gh release create "{{ game_version }}" --title="v{{ game_version }}" --generate-notes {{ dist_dir }}/* - # just butler push {{ dist_dir }}/{{ game_name }}-windows-v{{ game_version }}.zip mechanical-flower/{{ game_itchio_key }}:windows --userversion {{ game_version }} - # just butler push {{ dist_dir }}/{{ game_name }}-mac-v{{ game_version }}.zip mechanical-flower/{{ game_itchio_key }}:mac --userversion {{ game_version }} - # just butler push {{ dist_dir }}/{{ game_name }}-linux-v{{ game_version }}.zip mechanical-flower/{{ game_itchio_key }}:linux --userversion {{ game_version }} + just butler push {{ dist_dir }}/{{ game_name }}-windows-v{{ game_version }}.zip mechanical-flower/{{ game_itchio_key }}:windows --userversion {{ game_version }} + just butler push {{ dist_dir }}/{{ game_name }}-mac-v{{ game_version }}.zip mechanical-flower/{{ game_itchio_key }}:mac --userversion {{ game_version }} + just butler push {{ dist_dir }}/{{ game_name }}-linux-v{{ game_version }}.zip mechanical-flower/{{ game_itchio_key }}:linux --userversion {{ game_version }} diff --git a/README.md b/README.md index f3255f8..ff6f661 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
-# 🐸 Frogger3D +# 🍈 MelonCrusade ![Godot Badge](https://img.shields.io/badge/godot-4.2-blue?logo=Godot-Engine&logoColor=white) ![license](https://img.shields.io/badge/license-MIT-green?logo=open-source-initiative&logoColor=white) @@ -9,7 +9,7 @@ A [frogger](https://en.wikipedia.org/wiki/Frogger)-like 3D platformer game, made with [Godot Engine](https://godotengine.org/). -Download on Github +Download on Github
@@ -26,9 +26,9 @@ on the Github repository, in the release section. Download the zip archive, accordingly to your OS, and unzip it. -- **Windows**: Double click on `Frogger3D.exe`. -- **MacOS**: Double click on `Frogger3D.app`. -- **Linux**: In a terminal, run `./Frogger3D.x86_64`. +- **Windows**: Double click on `MelonCrusade.exe`. +- **MacOS**: Double click on `MelonCrusade.app`. +- **Linux**: In a terminal, run `./MelonCrusade.x86_64`. ### From source @@ -38,7 +38,7 @@ Download the zip archive, accordingly to your OS, and unzip it. Clone the source locally: ``` -git clone https://github.com/MechanicalFlower/Frogger3D.git +git clone https://github.com/MechanicalFlower/MelonCrusade.git ``` You need to install addons first: diff --git a/export_presets.cfg b/export_presets.cfg index 5105c40..95e67e4 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -38,7 +38,7 @@ application/icon_interpolation=4 application/file_version="0.1.0.20240722" application/product_version="0.1.0.20240722" application/company_name="Mechanical Flower" -application/product_name="Frogger3D" +application/product_name="MelonCrusade" application/file_description="" application/copyright="2024-present Mechanical Flower" application/trademarks="" diff --git a/project.godot b/project.godot index aea508c..e9b6ff7 100644 --- a/project.godot +++ b/project.godot @@ -10,7 +10,7 @@ config_version=5 [application] -config/name="Frogger3D" +config/name="MelonCrusade" config/version="0.1.0" run/main_scene="res://scenes/main.tscn" config/features=PackedStringArray("4.2", "Forward Plus") @@ -25,8 +25,8 @@ DebugMenu="*res://addons/debug_menu/debug_menu.tscn" [custom_options] -build_info/commit="192721c15074d3d0bd149aafe7b07672aae09fb3" -build_info/date="2024/07/25" +build_info/commit="c86fee79168882d5086dc99bac229af5df58432e" +build_info/date="2024/08/05" [display]