mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
Use Godot 3.4.2 and re-enable window transparency on macOS
This commit is contained in:
parent
8f701dfee0
commit
500a4827d2
4
.github/workflows/dev-clickable-builds.yml
vendored
4
.github/workflows/dev-clickable-builds.yml
vendored
|
@ -10,7 +10,7 @@ on:
|
||||||
- "installer/po/*"
|
- "installer/po/*"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GODOT_VERSION: 3.4
|
GODOT_VERSION: 3.4.2
|
||||||
EXPORT_NAME: Pixelorama
|
EXPORT_NAME: Pixelorama
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -18,7 +18,7 @@ jobs:
|
||||||
name: Create Pixelorama pack data
|
name: Create Pixelorama pack data
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: docker://barichello/godot-ci:3.4
|
image: docker://barichello/godot-ci:3.4.2
|
||||||
steps:
|
steps:
|
||||||
- name: Clone source
|
- name: Clone source
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
10
.github/workflows/dev-desktop-builds.yml
vendored
10
.github/workflows/dev-desktop-builds.yml
vendored
|
@ -11,8 +11,8 @@ on:
|
||||||
- "installer/po/*"
|
- "installer/po/*"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GODOT_VERSION: 3.4
|
GODOT_VERSION: 3.4.2
|
||||||
GODOT_VERSION_MAC: 3.4
|
GODOT_VERSION_MAC: 3.4.2
|
||||||
EXPORT_NAME: Pixelorama
|
EXPORT_NAME: Pixelorama
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -20,7 +20,7 @@ jobs:
|
||||||
name: Windows Export 🗔
|
name: Windows Export 🗔
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: docker://barichello/godot-ci:3.4
|
image: docker://barichello/godot-ci:3.4.2
|
||||||
steps:
|
steps:
|
||||||
- name: Setup WINE and rcedit 🍷
|
- name: Setup WINE and rcedit 🍷
|
||||||
run: |
|
run: |
|
||||||
|
@ -57,7 +57,7 @@ jobs:
|
||||||
name: Linux Export 🐧
|
name: Linux Export 🐧
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: docker://barichello/godot-ci:3.4
|
image: docker://barichello/godot-ci:3.4.2
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout 🛎️
|
- name: Checkout 🛎️
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
@ -69,7 +69,7 @@ jobs:
|
||||||
mv /root/.local/share/godot/templates/${GODOT_VERSION}.stable ~/.local/share/godot/templates/${GODOT_VERSION}.stable
|
mv /root/.local/share/godot/templates/${GODOT_VERSION}.stable ~/.local/share/godot/templates/${GODOT_VERSION}.stable
|
||||||
- name: Download Unofficial Godot Raspberry Pi 4 Builds 🍇
|
- name: Download Unofficial Godot Raspberry Pi 4 Builds 🍇
|
||||||
run: |
|
run: |
|
||||||
wget https://github.com/hiulit/Unofficial-Godot-Engine-Raspberry-Pi/releases/download/v1.7.0/godot_${GODOT_VERSION}-stable_rpi4.zip
|
wget https://github.com/hiulit/Unofficial-Godot-Engine-Raspberry-Pi/releases/download/v1.9.0/godot_${GODOT_VERSION}-stable_rpi4.zip
|
||||||
unzip -a godot_${GODOT_VERSION}-stable_rpi4.zip
|
unzip -a godot_${GODOT_VERSION}-stable_rpi4.zip
|
||||||
- name: Linux Build 🔧
|
- name: Linux Build 🔧
|
||||||
run: |
|
run: |
|
||||||
|
|
4
.github/workflows/dev-web.yml
vendored
4
.github/workflows/dev-web.yml
vendored
|
@ -5,7 +5,7 @@ on:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GODOT_VERSION: 3.4
|
GODOT_VERSION: 3.4.2
|
||||||
EXPORT_NAME: Pixelorama
|
EXPORT_NAME: Pixelorama
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -13,7 +13,7 @@ jobs:
|
||||||
name: Web Export 🌐
|
name: Web Export 🌐
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: docker://barichello/godot-ci:3.4
|
image: docker://barichello/godot-ci:3.4.2
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout 🛎️
|
- name: Checkout 🛎️
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
|
@ -5,8 +5,8 @@ on:
|
||||||
branches: [ release ]
|
branches: [ release ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GODOT_VERSION: 3.4
|
GODOT_VERSION: 3.4.2
|
||||||
GODOT_VERSION_MAC: 3.4
|
GODOT_VERSION_MAC: 3.4.2
|
||||||
EXPORT_NAME: Pixelorama
|
EXPORT_NAME: Pixelorama
|
||||||
TAG: v0.9.1
|
TAG: v0.9.1
|
||||||
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
|
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
|
||||||
|
@ -16,7 +16,7 @@ jobs:
|
||||||
name: Windows Export 🗔
|
name: Windows Export 🗔
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: docker://barichello/godot-ci:3.4
|
image: docker://barichello/godot-ci:3.4.2
|
||||||
steps:
|
steps:
|
||||||
- name: Setup WINE, rcedit and NSIS 🍷
|
- name: Setup WINE, rcedit and NSIS 🍷
|
||||||
run: |
|
run: |
|
||||||
|
@ -73,7 +73,7 @@ jobs:
|
||||||
name: Linux Export 🐧
|
name: Linux Export 🐧
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: docker://barichello/godot-ci:3.4
|
image: docker://barichello/godot-ci:3.4.2
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout 🛎️
|
- name: Checkout 🛎️
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
@ -85,7 +85,7 @@ jobs:
|
||||||
mv /root/.local/share/godot/templates/${GODOT_VERSION}.stable ~/.local/share/godot/templates/${GODOT_VERSION}.stable
|
mv /root/.local/share/godot/templates/${GODOT_VERSION}.stable ~/.local/share/godot/templates/${GODOT_VERSION}.stable
|
||||||
- name: Download Unofficial Godot Raspberry Pi 4 Builds 🍇
|
- name: Download Unofficial Godot Raspberry Pi 4 Builds 🍇
|
||||||
run: |
|
run: |
|
||||||
wget https://github.com/hiulit/Unofficial-Godot-Engine-Raspberry-Pi/releases/download/v1.7.0/godot_${GODOT_VERSION}-stable_rpi4.zip
|
wget https://github.com/hiulit/Unofficial-Godot-Engine-Raspberry-Pi/releases/download/v1.9.0/godot_${GODOT_VERSION}-stable_rpi4.zip
|
||||||
unzip -a godot_${GODOT_VERSION}-stable_rpi4.zip
|
unzip -a godot_${GODOT_VERSION}-stable_rpi4.zip
|
||||||
- name: Linux Build 🔧
|
- name: Linux Build 🔧
|
||||||
run: |
|
run: |
|
||||||
|
@ -127,7 +127,7 @@ jobs:
|
||||||
name: Create Pixelorama pack data for Clickable
|
name: Create Pixelorama pack data for Clickable
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: docker://barichello/godot-ci:3.4
|
image: docker://barichello/godot-ci:3.4.2
|
||||||
steps:
|
steps:
|
||||||
- name: Clone source
|
- name: Clone source
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
@ -252,7 +252,7 @@ jobs:
|
||||||
name: Web Export 🌐
|
name: Web Export 🌐
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: docker://barichello/godot-ci:3.4
|
image: docker://barichello/godot-ci:3.4.2
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout 🛎️
|
- name: Checkout 🛎️
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
|
@ -239,7 +239,7 @@ script_encryption_key=""
|
||||||
[preset.7.options]
|
[preset.7.options]
|
||||||
|
|
||||||
custom_template/debug=""
|
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/64_bits=false
|
||||||
binary_format/embed_pck=false
|
binary_format/embed_pck=false
|
||||||
texture_format/bptc=false
|
texture_format/bptc=false
|
||||||
|
|
|
@ -180,8 +180,6 @@ window/per_pixel_transparency/allowed=true
|
||||||
window/per_pixel_transparency/enabled=true
|
window/per_pixel_transparency/enabled=true
|
||||||
window/per_pixel_transparency/allowed.HTML5=false
|
window/per_pixel_transparency/allowed.HTML5=false
|
||||||
window/per_pixel_transparency/enabled.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/allowed.Android=false
|
||||||
window/per_pixel_transparency/enabled.Android=false
|
window/per_pixel_transparency/enabled.Android=false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue