Skip to content

Commit

Permalink
Use Godot 3.4.2 and re-enable window transparency on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
OverloadedOrama committed Jan 3, 2022
1 parent 8f701df commit 5f1a44d
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-clickable-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ on:
- "installer/po/*"

env:
GODOT_VERSION: 3.4
GODOT_VERSION: 3.4.2
EXPORT_NAME: Pixelorama

jobs:
build_pck:
name: Create Pixelorama pack data
runs-on: ubuntu-latest
container:
image: docker://barichello/godot-ci:3.4
image: docker://barichello/godot-ci:3.4.2
steps:
- name: Clone source
uses: actions/checkout@v2
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/dev-desktop-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ on:
- "installer/po/*"

env:
GODOT_VERSION: 3.4
GODOT_VERSION_MAC: 3.4
GODOT_VERSION: 3.4.2
GODOT_VERSION_MAC: 3.4.2
EXPORT_NAME: Pixelorama

jobs:
export-windows:
name: Windows Export 🗔
runs-on: ubuntu-latest
container:
image: docker://barichello/godot-ci:3.4
image: docker://barichello/godot-ci:3.4.2
steps:
- name: Setup WINE and rcedit 🍷
run: |
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
name: Linux Export 🐧
runs-on: ubuntu-latest
container:
image: docker://barichello/godot-ci:3.4
image: docker://barichello/godot-ci:3.4.2
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dev-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on:
branches: [ master ]

env:
GODOT_VERSION: 3.4
GODOT_VERSION: 3.4.2
EXPORT_NAME: Pixelorama

jobs:
export-web:
name: Web Export 🌐
runs-on: ubuntu-latest
container:
image: docker://barichello/godot-ci:3.4
image: docker://barichello/godot-ci:3.4.2
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
branches: [ release ]

env:
GODOT_VERSION: 3.4
GODOT_VERSION_MAC: 3.4
GODOT_VERSION: 3.4.2
GODOT_VERSION_MAC: 3.4.2
EXPORT_NAME: Pixelorama
TAG: v0.9.1
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
Expand All @@ -16,7 +16,7 @@ jobs:
name: Windows Export 🗔
runs-on: ubuntu-latest
container:
image: docker://barichello/godot-ci:3.4
image: docker://barichello/godot-ci:3.4.2
steps:
- name: Setup WINE, rcedit and NSIS 🍷
run: |
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
name: Linux Export 🐧
runs-on: ubuntu-latest
container:
image: docker://barichello/godot-ci:3.4
image: docker://barichello/godot-ci:3.4.2
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
name: Create Pixelorama pack data for Clickable
runs-on: ubuntu-latest
container:
image: docker://barichello/godot-ci:3.4
image: docker://barichello/godot-ci:3.4.2
steps:
- name: Clone source
uses: actions/checkout@v2
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
name: Web Export 🌐
runs-on: ubuntu-latest
container:
image: docker://barichello/godot-ci:3.4
image: docker://barichello/godot-ci:3.4.2
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ script_encryption_key=""
[preset.7.options]

custom_template/debug=""
custom_template/release="./godot_3.4-stable_rpi4_export-template_lto.bin"
custom_template/release="./godot_3.4.2-stable_rpi4_export-template_lto.bin"
binary_format/64_bits=false
binary_format/embed_pck=false
texture_format/bptc=false
Expand Down
2 changes: 0 additions & 2 deletions project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ window/per_pixel_transparency/allowed=true
window/per_pixel_transparency/enabled=true
window/per_pixel_transparency/allowed.HTML5=false
window/per_pixel_transparency/enabled.HTML5=false
window/per_pixel_transparency/allowed.OSX=false
window/per_pixel_transparency/enabled.OSX=false
window/per_pixel_transparency/allowed.Android=false
window/per_pixel_transparency/enabled.Android=false

Expand Down

0 comments on commit 5f1a44d

Please sign in to comment.