Compare commits

..

3 Commits

Author SHA1 Message Date
71a1143c2b Updated CI godot version to 4.6 2026-03-11 14:29:15 -06:00
1ca84370a1 Updated dev tool versions 2026-03-11 14:28:29 -06:00
3bb84b6711 Updated project settings for Godot 4.6 2026-03-11 14:27:07 -06:00
5 changed files with 9 additions and 5 deletions

View File

@ -8,7 +8,7 @@ on:
- v* - v*
env: env:
GODOT_VERSION: 4.5 GODOT_VERSION: 4.6
EXPORT_NAME: ${{ vars.ITCH_GAME }} EXPORT_NAME: ${{ vars.ITCH_GAME }}
PROJECT_PATH: . PROJECT_PATH: .
@ -17,7 +17,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: barichello/godot-ci:4.5 image: barichello/godot-ci:4.6
strategy: strategy:
matrix: matrix:
include: include:

View File

@ -0,0 +1 @@
uid://bquknjtgmye0n

View File

@ -0,0 +1 @@
uid://cthhsdle66obs

View File

@ -11,7 +11,7 @@ config_version=5
[application] [application]
config/name="${REPO_NAME_TITLE}" config/name="${REPO_NAME_TITLE}"
config/features=PackedStringArray("4.5", "Forward Plus") config/features=PackedStringArray("4.6", "Forward Plus")
run/max_fps=60 run/max_fps=60
[debug] [debug]
@ -26,6 +26,8 @@ gdscript/warnings/unsafe_call_argument=2
window/size/viewport_width=1920 window/size/viewport_width=1920
window/size/viewport_height=1080 window/size/viewport_height=1080
window/stretch/mode="canvas_items"
window/stretch/aspect="expand"
[dotnet] [dotnet]

View File

@ -1,2 +1,2 @@
gdtoolkit==4.3.3 gdtoolkit==4.5.0
setuptools>=75.8.0,<76 setuptools>=82.0.1,<83