generated from MechanicalFlower/godot-template
-
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.
ci: include .godot folder to fix export in ci
- Loading branch information
1 parent
0598929
commit 854a80c
Showing
356 changed files
with
904 additions
and
119 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
# Godot | ||
|
||
GODOT_VERSION=4.2.1 | ||
GODOT_VERSION=4.2.1-stable | ||
|
||
# Game | ||
|
||
|
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,35 @@ | ||
name: Setup Godot | ||
description: Setup Godot dependencies. | ||
runs: | ||
using: "composite" | ||
steps: | ||
|
||
- name: Installing Linux dependencies | ||
if: ${{ runner.os == 'Linux' }} | ||
shell: bash | ||
run: sudo apt-get install -y pulseaudio xvfb x11-xserver-utils mesa-vulkan-drivers | ||
|
||
- name: Starting X11 server on :0 | ||
if: ${{ runner.os == 'Linux' }} | ||
shell: bash | ||
run: xset -q || /bin/bash -c "sudo Xvfb -ac :0 -screen 0 1920x1080x24 > /dev/null 2>&1 &" | ||
env: | ||
DISPLAY: ":0" | ||
|
||
- name: Check that X11 server is running | ||
if: ${{ runner.os == 'Linux' }} | ||
uses: nick-fields/retry@v2 | ||
with: | ||
timeout_minutes: 1 | ||
max_attempts: 5 | ||
command: /bin/bash -c "xset -q > /dev/null 2>&1" | ||
env: | ||
DISPLAY: ":0" | ||
|
||
- name: Starting dummy sound device | ||
if: ${{ runner.os == 'Linux' }} | ||
uses: nick-fields/retry@v2 | ||
with: | ||
timeout_minutes: 1 | ||
max_attempts: 3 | ||
command: pulseaudio --check || pulseaudio -D |
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
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
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
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,193 @@ | ||
list=Array[Dictionary]([{ | ||
"base": &"Interactable", | ||
"class": &"Accessory", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://scripts/item/generic/accessory.gd" | ||
}, { | ||
"base": &"Node", | ||
"class": &"AudioStreamPlayerPool", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://addons/ez-sfx-and-music/scenes/AudioStreamPlayerPool/audio_stream_player_pool.gd" | ||
}, { | ||
"base": &"AudioStreamPlayer", | ||
"class": &"AudioStreamPlayerWithFade", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://addons/ez-sfx-and-music/scenes/AudioStreamPlayerWithFade/audio_stream_player_with_fade.gd" | ||
}, { | ||
"base": &"Mechanism", | ||
"class": &"Barrier", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://scripts/item/barrier.gd" | ||
}, { | ||
"base": &"Receptacle", | ||
"class": &"Car", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://scripts/item/car.gd" | ||
}, { | ||
"base": &"Observable", | ||
"class": &"DarkRoad", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://scripts/item/dark_road.gd" | ||
}, { | ||
"base": &"Control", | ||
"class": &"Dialogue", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://scripts/dialogue.gd" | ||
}, { | ||
"base": &"RichTextLabel", | ||
"class": &"DialogueLabel", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://addons/dialogue_label/src/DialogueLabel.gd" | ||
}, { | ||
"base": &"Receptacle", | ||
"class": &"DoorHouse", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://scripts/item/door_house.gd" | ||
}, { | ||
"base": &"Mechanism", | ||
"class": &"DoorSecurityPost", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://scripts/item/door_security_post.gd" | ||
}, { | ||
"base": &"CanvasLayer", | ||
"class": &"Fade", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://addons/UniversalFade/Fade.gd" | ||
}, { | ||
"base": &"Receptacle", | ||
"class": &"FuseBox", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://scripts/item/fuse_box.gd" | ||
}, { | ||
"base": &"Mechanism", | ||
"class": &"Grid", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://scripts/item/grid.gd" | ||
}, { | ||
"base": &"RayCast3D", | ||
"class": &"InteractRay", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://scripts/player/interact_ray.gd" | ||
}, { | ||
"base": &"Item", | ||
"class": &"Interactable", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://scripts/item/generic/interactable.gd" | ||
}, { | ||
"base": &"Node3D", | ||
"class": &"Item", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://scripts/item/generic/item.gd" | ||
}, { | ||
"base": &"Observable", | ||
"class": &"Mechanism", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://scripts/item/generic/mechanism.gd" | ||
}, { | ||
"base": &"Node", | ||
"class": &"MenuAnimation", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://scripts/menu_anim.gd" | ||
}, { | ||
"base": &"CharacterBody3D", | ||
"class": &"MovementController", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://scripts/player/movement_controller.gd" | ||
}, { | ||
"base": &"Node", | ||
"class": &"MusicPlayer", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://addons/ez-sfx-and-music/scenes/MusicPlayer/music_player.gd" | ||
}, { | ||
"base": &"Item", | ||
"class": &"Observable", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://scripts/item/generic/observable.gd" | ||
}, { | ||
"base": &"Node", | ||
"class": &"OptionsConstants", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://addons/EasyMenus/Scripts/options_constants.gd" | ||
}, { | ||
"base": &"Resource", | ||
"class": &"ProtonScatterBaseShape", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://addons/proton_scatter/src/shapes/base_shape.gd" | ||
}, { | ||
"base": &"ProtonScatterBaseShape", | ||
"class": &"ProtonScatterBoxShape", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://addons/proton_scatter/src/shapes/box_shape.gd" | ||
}, { | ||
"base": &"Resource", | ||
"class": &"ProtonScatterCacheResource", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://addons/proton_scatter/src/common/cache_resource.gd" | ||
}, { | ||
"base": &"ProtonScatterBaseShape", | ||
"class": &"ProtonScatterPathShape", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://addons/proton_scatter/src/shapes/path_shape.gd" | ||
}, { | ||
"base": &"ProtonScatterBaseShape", | ||
"class": &"ProtonScatterSphereShape", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://addons/proton_scatter/src/shapes/sphere_shape.gd" | ||
}, { | ||
"base": &"Interactable", | ||
"class": &"Receptacle", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://scripts/item/generic/receptacle.gd" | ||
}, { | ||
"base": &"Node", | ||
"class": &"Scenario", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://scripts/scenario.gd" | ||
}, { | ||
"base": &"Node", | ||
"class": &"SfxPlayer", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://addons/ez-sfx-and-music/scenes/SfxPlayer/sfx_player.gd" | ||
}, { | ||
"base": &"RichTextEffect", | ||
"class": &"Sparkle", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://scripts/text_effects/sparkle.gd" | ||
}, { | ||
"base": &"Node3D", | ||
"class": &"StreetLight", | ||
"icon": "", | ||
"language": &"GDScript", | ||
"path": "res://scripts/street_light.gd" | ||
}]) |
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,3 @@ | ||
source_md5="9e3a37a589c1e3a82521d3a6d036cec1" | ||
dest_md5="9218b62aeea60bd58c91feda86ba3941" | ||
|
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,3 @@ | ||
source_md5="603b69b0ae3dee4a3d634191d1dd6624" | ||
dest_md5="8596feb7a78c9a32e90081d5b6c0f09e" | ||
|
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,3 @@ | ||
source_md5="216bb6f3426e3b20d76e94fbce257f64" | ||
dest_md5="481e8c801cd75961e3ccf7699e48805a" | ||
|
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,3 @@ | ||
source_md5="1b51c7f8ca07f1ec47bf108456e9aba8" | ||
dest_md5="af8dc60b2aedf72a7d1cb808e6939e9a" | ||
|
Binary file not shown.
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,3 @@ | ||
source_md5="b0701cc51805d255ef664fd03a31a122" | ||
dest_md5="c6f0f22b602bcd3b9f6be099f38c4422" | ||
|
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,3 @@ | ||
source_md5="fc35f230d33696dcf6be4a5e68f31180" | ||
dest_md5="789453fc51828a10809893ca8dabf0d4" | ||
|
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,3 @@ | ||
source_md5="a66aa6ae1bba2bee2295afb23bd13b8f" | ||
dest_md5="4032dc2f415dfaf646c5b34b2f4df4f8" | ||
|
Binary file not shown.
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,3 @@ | ||
source_md5="5355e091f79e278d9e8b1bd8d8e35810" | ||
dest_md5="899a36ab2dd30eb8ee6ca31b7a8973e1" | ||
|
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,3 @@ | ||
source_md5="73929c6b60004b96d5818036469cc2bd" | ||
dest_md5="f604b64f57fbe820ee3128064e2f1a03" | ||
|
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,3 @@ | ||
source_md5="b08416f2a84cec71c50caef1f015abd0" | ||
dest_md5="4cac6a8531279c8b61c9c0513dd67328" | ||
|
Binary file not shown.
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,3 @@ | ||
source_md5="a5aaba4a98991c173578528c92ad378d" | ||
dest_md5="42b2e9ac90d3fdd2a77be32c4d302fc9" | ||
|
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,3 @@ | ||
source_md5="75087bbe073c9a806c0e62b1ed723fa8" | ||
dest_md5="5fcab22124ce00661074040181b5dddf" | ||
|
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,3 @@ | ||
source_md5="6e06fd029965c8a592a7978fbfa39390" | ||
dest_md5="ad846734060c5e1ffc196226b10d5bf1" | ||
|
Binary file not shown.
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,3 @@ | ||
source_md5="d6c09b98df763f345d3927903c1abd66" | ||
dest_md5="debd61dfad6e01cc2799279325dc077c" | ||
|
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,3 @@ | ||
source_md5="87ca2a172bbe9a6c56b1dabe1ca6581a" | ||
dest_md5="38bc4f95dd1a06b10361fc6d103ffe9a" | ||
|
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,3 @@ | ||
source_md5="7e78765f4aafae5ad0c26cbfd9369e24" | ||
dest_md5="bade6b9259a1f5bb05b42afc39713fdc" | ||
|
Binary file not shown.
Oops, something went wrong.