Skip to content

Commit

Permalink
feat: update godot to 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jibbajabbafic committed Jun 4, 2023
1 parent 306b732 commit 4f05db8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:

env:
# Remember to also update the container image version below
GODOT_VERSION: 3.5.1
GODOT_VERSION: 3.5.2

jobs:
build:
Expand All @@ -30,7 +30,7 @@ jobs:
matrix:
platform: [linux, windows, mac]
container:
image: barichello/godot-ci:3.5.1
image: barichello/godot-ci:3.5.2
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ Types of changes:
### Added
- Coin item

### Changed
- Update to Godot 3.5.2

### Fixed
- Actually apply bot difficulty setting to bots and tweak difficulty
- Stop level generation breaking with 1 obstacle
Expand Down

0 comments on commit 4f05db8

Please sign in to comment.