From 1ae8fbb7b760a84c74ccdc4bab53b0ba89267919 Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas Date: Fri, 1 Dec 2023 02:11:17 +0200 Subject: [PATCH] Use Godot 4.2 --- .github/workflows/dev-desktop-builds.yml | 6 +++--- .github/workflows/dev-web.yml | 4 ++-- CHANGELOG.md | 2 +- README.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/dev-desktop-builds.yml b/.github/workflows/dev-desktop-builds.yml index 11d1589ff..0b450d30c 100644 --- a/.github/workflows/dev-desktop-builds.yml +++ b/.github/workflows/dev-desktop-builds.yml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true env: - GODOT_VERSION: 4.1.2 + GODOT_VERSION: 4.2 EXPORT_NAME: Pixelorama jobs: @@ -23,7 +23,7 @@ jobs: name: Windows Export 🗔 runs-on: ubuntu-latest container: - image: docker://barichello/godot-ci:4.1.2 + image: docker://barichello/godot-ci:4.2 steps: - name: Setup WINE and rcedit 🍷 run: | @@ -60,7 +60,7 @@ jobs: name: Linux Export 🐧 runs-on: ubuntu-latest container: - image: docker://barichello/godot-ci:4.1.2 + image: docker://barichello/godot-ci:4.2 steps: - name: Checkout 🛎️ uses: actions/checkout@v4 diff --git a/.github/workflows/dev-web.yml b/.github/workflows/dev-web.yml index 44f74d636..f9943a2f9 100644 --- a/.github/workflows/dev-web.yml +++ b/.github/workflows/dev-web.yml @@ -9,7 +9,7 @@ concurrency: cancel-in-progress: true env: - GODOT_VERSION: 4.1.2 + GODOT_VERSION: 4.2 EXPORT_NAME: Pixelorama jobs: @@ -17,7 +17,7 @@ jobs: name: Web Export 🌐 runs-on: ubuntu-latest container: - image: docker://barichello/godot-ci:4.1.2 + image: docker://barichello/godot-ci:4.2 steps: - name: Checkout 🛎️ uses: actions/checkout@v4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 101de3b14..0781a0b46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This update has been brought to you by the contributions of: Fayez Akhtar ([@Variable-ind](https://github.com/Variable-ind)) -Built using Godot 4.1.2 +Built using Godot 4.2 ### Added - Support for multiple layer blend modes are finally here! [#911](https://github.com/Orama-Interactive/Pixelorama/pull/911) diff --git a/README.md b/README.md index 7c9d34b6f..11a86fb52 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ You can find Online Documentation for Pixelorama here: https://orama-interactive It's still work in progress so there are some pages missing. If you want to contribute, you can do so in [Pixelorama-Docs' GitHub Repository](https://github.com/Orama-Interactive/Pixelorama-Docs). ## Cloning Instructions -Pixelorama uses Godot 4.1, so you will need to have it in order to run the project. Older versions will not work. +Pixelorama uses Godot 4.2, so you will need to have it in order to run the project. Older versions will not work. As of right now, most of the code is written using GDScript, so the mono version of Godot is not required, but Pixelorama should also work with it. ## Current features: @@ -91,5 +91,5 @@ As of right now, most of the code is written using GDScript, so the mono version - https://github.com/Orama-Interactive/Keychain - the plugin Pixelorama's shortcut system uses for extensive customizability. - https://github.com/jegor377/godot-gdgifexporter - the gif exporter Pixelorama uses. - https://github.com/Pukkah/HTML5-File-Exchange-for-Godot - responsible for file exchange in Pixelorama's HTML5 (Web) version. -- https://github.com/aBARICHELLO/godot-ci - for creating a Godot Docker image that lets us export Pixelorama automatically using GitHub Actions, as well as https://github.com/huskeee/godot-headless-mac for automated macOS exporting and https://github.com/hiulit/Unofficial-Godot-Engine-Raspberry-Pi for automated Raspberry Pi 4 exporting. +- https://github.com/aBARICHELLO/godot-ci - for creating a Godot Docker image that lets us export Pixelorama automatically using GitHub Actions. - The entire Pixelorama community! Contributors, donors, translators, users, you all have a special place in our hearts! <3