-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b5bedfc
commit 6d3b641
Showing
39 changed files
with
3,052 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,131 @@ | ||
name: Godot CI/CD Pipeline | ||
|
||
on: [push, pull_request] | ||
|
||
env: | ||
GODOT_VERSION: "4.2.1" | ||
GODOT_STATUS: "stable" | ||
jobs: | ||
import-assets: | ||
runs-on: ubuntu-latest | ||
container: barichello/godot-ci:4.2.1 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Cache import assets | ||
uses: actions/cache@v3 | ||
with: | ||
path: .godot/imported/ | ||
key: import-assets-${{ runner.os }}-${{ github.sha }} | ||
- name: Import assets | ||
run: godot --headless --verbose --editor --quit | ||
|
||
export-game: | ||
runs-on: ubuntu-latest | ||
needs: import-assets | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/cache@v3 | ||
with: | ||
path: .godot/imported/ | ||
key: import-assets-${{ runner.os }}-${{ github.sha }} | ||
- name: install wine | ||
run: | | ||
sudo apt install wine64 | ||
echo "WINE_PATH=$(which wine64)" >> $GITHUB_ENV | ||
- name: Export Game using Godot | ||
uses: firebelley/godot-export@v5.2.1 | ||
with: | ||
godot_executable_download_url: "https://github.com/godotengine/godot/releases/download/${{ env.GODOT_VERSION }}-${{ env.GODOT_STATUS }}/Godot_v${{ env.GODOT_VERSION }}-${{ env.GODOT_STATUS }}_linux.x86_64.zip" | ||
godot_export_templates_download_url: "https://github.com/godotengine/godot/releases/download/${{ env.GODOT_VERSION }}-${{ env.GODOT_STATUS }}/Godot_v${{ env.GODOT_VERSION }}-${{ env.GODOT_STATUS }}_export_templates.tpz" | ||
relative_project_path: "./godot" | ||
archive_output: true | ||
cache: false | ||
wine_path: ${{ env.WINE_PATH }} | ||
- name: Upload HTML5 | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: HTML5 | ||
path: /home/runner/.local/share/godot/archives/HTML5.zip | ||
- name: Upload Linux | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: LinuxX11 | ||
path: /home/runner/.local/share/godot/archives/LinuxX11.zip | ||
- name: Upload Windows | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: Windows | ||
path: /home/runner/.local/share/godot/archives/Windows.zip | ||
- name: Upload MacOS | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: macOS | ||
path: /home/runner/.local/share/godot/archives/macOS.zip | ||
|
||
deploy-to-itchio-linux: | ||
runs-on: ubuntu-latest | ||
needs: export-game | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/download-artifact@v4 | ||
with: | ||
name: LinuxX11 | ||
- name: Deploy to Itch.io (Windows) | ||
uses: manleydev/butler-publish-itchio-action@master | ||
env: | ||
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_API_KEY }} | ||
CHANNEL: linux | ||
ITCH_GAME: ${{ secrets.ITCHIO_GAME }} | ||
ITCH_USER: ${{ secrets.ITCHIO_USERNAME }} | ||
PACKAGE: LinuxX11.zip | ||
|
||
deploy-to-itchio-windows: | ||
runs-on: ubuntu-latest | ||
needs: export-game | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/download-artifact@v4 | ||
with: | ||
name: Windows | ||
- name: Deploy to Itch.io (Windows) | ||
uses: manleydev/butler-publish-itchio-action@master | ||
env: | ||
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_API_KEY }} | ||
CHANNEL: windows | ||
ITCH_GAME: ${{ secrets.ITCHIO_GAME }} | ||
ITCH_USER: ${{ secrets.ITCHIO_USERNAME }} | ||
PACKAGE: Windows.zip | ||
|
||
deploy-to-itchio-mac: | ||
runs-on: ubuntu-latest | ||
needs: export-game | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/download-artifact@v4 | ||
with: | ||
name: macOS | ||
- name: Deploy to Itch.io (MacOS) | ||
uses: manleydev/butler-publish-itchio-action@master | ||
env: | ||
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_API_KEY }} | ||
CHANNEL: mac | ||
ITCH_GAME: ${{ secrets.ITCHIO_GAME }} | ||
ITCH_USER: ${{ secrets.ITCHIO_USERNAME }} | ||
PACKAGE: macOS.zip | ||
|
||
deploy-to-itchio-web: | ||
runs-on: ubuntu-latest | ||
needs: export-game | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/download-artifact@v4 | ||
with: | ||
name: HTML5 | ||
- name: Deploy to Itch.io (HTML5) | ||
uses: manleydev/butler-publish-itchio-action@master | ||
env: | ||
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_API_KEY }} | ||
CHANNEL: web | ||
ITCH_GAME: ${{ secrets.ITCHIO_GAME }} | ||
ITCH_USER: ${{ secrets.ITCHIO_USERNAME }} | ||
PACKAGE: HTML5.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[gd_resource type="AudioBusLayout" format=3 uid="uid://dq3dvojo8sb1n"] | ||
|
||
[resource] | ||
bus/1/name = &"Sound" | ||
bus/1/solo = false | ||
bus/1/mute = false | ||
bus/1/bypass_fx = false | ||
bus/1/volume_db = 0.0 | ||
bus/1/send = &"Master" | ||
bus/2/name = &"Music" | ||
bus/2/solo = false | ||
bus/2/mute = false | ||
bus/2/bypass_fx = false | ||
bus/2/volume_db = 0.0 | ||
bus/2/send = &"Master" |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
[remap] | ||
|
||
importer="font_data_dynamic" | ||
type="FontFile" | ||
uid="uid://le2vdo2626vw" | ||
path="res://.godot/imported/Montserrat-Medium.ttf-e832861e4ad4110e172112dc430c04b0.fontdata" | ||
|
||
[deps] | ||
|
||
source_file="res://fonts/Montserrat-Medium.ttf" | ||
dest_files=["res://.godot/imported/Montserrat-Medium.ttf-e832861e4ad4110e172112dc430c04b0.fontdata"] | ||
|
||
[params] | ||
|
||
Rendering=null | ||
antialiasing=1 | ||
generate_mipmaps=false | ||
multichannel_signed_distance_field=false | ||
msdf_pixel_range=8 | ||
msdf_size=48 | ||
allow_system_fallback=true | ||
force_autohinter=false | ||
hinting=1 | ||
subpixel_positioning=1 | ||
oversampling=0.0 | ||
Fallbacks=null | ||
fallbacks=[] | ||
Compress=null | ||
compress=true | ||
preload=[] | ||
language_support={} | ||
script_support={} | ||
opentype_features={} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
keys,en,de | ||
credits,Credits here,Credits hier | ||
new_game,New Game,Neues Spiel | ||
continue,Continue,Fortfahren | ||
settings,Game Settings,Einstellungen | ||
leave_game,Leave game,Spiel verlassen | ||
return_to_main,Return to main menu,Zum Hauptmenü | ||
return_to_menu,Back to menu,Zurück | ||
settings_volume_master_enabled,Master Enabled,Lautstärke an | ||
settings_volume_master,Master Volume,Lautstärke (Allgemein) | ||
settings_volume_music_enabled,Music enabled,Musik an | ||
settings_volume_music,Music Volume,Musik Lautstärke | ||
settings_volume_sound_enabled,Sound enabled,Sound an | ||
settings_volume_sound,Sound Volume,Sound Lautstärke | ||
settings_language,Game Language,Spielsprache | ||
game_paused,Game paused,Spiel pausiert | ||
resume_game,Resume game,Weiterspielen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[remap] | ||
|
||
importer="csv_translation" | ||
type="Translation" | ||
uid="uid://ce8ocwmy5fhw6" | ||
|
||
[deps] | ||
|
||
files=["res://i18n/translation.en.translation", "res://i18n/translation.de.translation"] | ||
|
||
source_file="res://i18n/translation.csv" | ||
dest_files=["res://i18n/translation.en.translation", "res://i18n/translation.de.translation"] | ||
|
||
[params] | ||
|
||
compress=true | ||
delimiter=0 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
[remap] | ||
|
||
importer="texture" | ||
type="CompressedTexture2D" | ||
uid="uid://dmelj2qgr8w7k" | ||
path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex" | ||
metadata={ | ||
"vram_texture": false | ||
} | ||
|
||
[deps] | ||
|
||
source_file="res://icon.svg" | ||
dest_files=["res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"] | ||
|
||
[params] | ||
|
||
compress/mode=0 | ||
compress/high_quality=false | ||
compress/lossy_quality=0.7 | ||
compress/hdr_compression=1 | ||
compress/normal_map=0 | ||
compress/channel_pack=0 | ||
mipmaps/generate=false | ||
mipmaps/limit=-1 | ||
roughness/mode=0 | ||
roughness/src_normal="" | ||
process/fix_alpha_border=true | ||
process/premult_alpha=false | ||
process/normal_map_invert_y=false | ||
process/hdr_as_srgb=false | ||
process/hdr_clamp_exposure=false | ||
process/size_limit=0 | ||
detect_3d/compress_to=1 | ||
svg/scale=1.0 | ||
editor/scale_with_editor_scale=false | ||
editor/convert_colors_with_editor_theme=false |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[remap] | ||
|
||
importer="oggvorbisstr" | ||
type="AudioStreamOggVorbis" | ||
uid="uid://dlchk3c1baiy8" | ||
path="res://.godot/imported/corgie-title.ogg-bf95123e6d582d1bc67eef96a0efd400.oggvorbisstr" | ||
|
||
[deps] | ||
|
||
source_file="res://music/corgie-title.ogg" | ||
dest_files=["res://.godot/imported/corgie-title.ogg-bf95123e6d582d1bc67eef96a0efd400.oggvorbisstr"] | ||
|
||
[params] | ||
|
||
loop=true | ||
loop_offset=0 | ||
bpm=0 | ||
beat_count=0 | ||
bar_beats=4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
; Engine configuration file. | ||
; It's best edited using the editor UI and not directly, | ||
; since the parameters that go here are not all obvious. | ||
; | ||
; Format: | ||
; [section] ; section goes between [] | ||
; param=value ; assign values to parameters | ||
|
||
config_version=5 | ||
|
||
[application] | ||
|
||
config/name="MyGame" | ||
run/main_scene="res://scenes/boot/godot/godot_bootsplash_scene.tscn" | ||
config/features=PackedStringArray("4.2") | ||
config/icon="res://icon.svg" | ||
|
||
[autoload] | ||
|
||
UserSettings="*res://settings/user_settings.gd" | ||
|
||
[display] | ||
|
||
window/size/viewport_width=576 | ||
window/size/viewport_height=324 | ||
window/size/window_width_override=1920 | ||
window/size/window_height_override=1080 | ||
window/stretch/mode="canvas_items" | ||
window/stretch/aspect="keep_height" | ||
|
||
[gui] | ||
|
||
theme/custom="res://ui/theme.tres" | ||
|
||
[input] | ||
|
||
ui_accept={ | ||
"deadzone": 0.5, | ||
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":4194309,"physical_keycode":0,"key_label":0,"unicode":4194309,"echo":false,"script":null) | ||
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":4194310,"physical_keycode":0,"key_label":0,"unicode":4194310,"echo":false,"script":null) | ||
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":32,"physical_keycode":0,"key_label":0,"unicode":32,"echo":false,"script":null) | ||
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":0,"pressure":0.0,"pressed":false,"script":null) | ||
] | ||
} | ||
exit={ | ||
"deadzone": 0.5, | ||
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194305,"key_label":0,"unicode":0,"echo":false,"script":null) | ||
] | ||
} | ||
move_left={ | ||
"deadzone": 0.5, | ||
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":65,"key_label":0,"unicode":0,"echo":false,"script":null) | ||
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194319,"key_label":0,"unicode":0,"echo":false,"script":null) | ||
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":0,"axis_value":-1.0,"script":null) | ||
] | ||
} | ||
move_up={ | ||
"deadzone": 0.5, | ||
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":87,"key_label":0,"unicode":0,"echo":false,"script":null) | ||
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194320,"key_label":0,"unicode":0,"echo":false,"script":null) | ||
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":-1.0,"script":null) | ||
] | ||
} | ||
move_right={ | ||
"deadzone": 0.5, | ||
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":68,"key_label":0,"unicode":0,"echo":false,"script":null) | ||
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194321,"key_label":0,"unicode":0,"echo":false,"script":null) | ||
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":0,"axis_value":1.0,"script":null) | ||
] | ||
} | ||
move_down={ | ||
"deadzone": 0.5, | ||
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":83,"key_label":0,"unicode":0,"echo":false,"script":null) | ||
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194322,"key_label":0,"unicode":0,"echo":false,"script":null) | ||
, Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":-1,"axis":1,"axis_value":1.0,"script":null) | ||
] | ||
} | ||
interact={ | ||
"deadzone": 0.5, | ||
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":69,"key_label":0,"unicode":0,"echo":false,"script":null) | ||
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":0,"pressure":0.0,"pressed":false,"script":null) | ||
] | ||
} | ||
pause={ | ||
"deadzone": 0.5, | ||
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194305,"key_label":0,"unicode":0,"echo":false,"script":null) | ||
] | ||
} | ||
|
||
[internationalization] | ||
|
||
locale/translations=PackedStringArray("res://i18n/translation.de.translation", "res://i18n/translation.en.translation") | ||
|
||
[rendering] | ||
|
||
environment/defaults/default_clear_color=Color(0.211765, 0.239216, 0.321569, 1) |
Oops, something went wrong.