Compare commits

...

2 Commits

Author SHA1 Message Date
8b54f00814 trying workaround
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 25s
Create tag and build when new code gets to main / Export (push) Successful in 7m0s
2026-05-16 23:52:05 +02:00
415897b7b0 debug
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 24s
Create tag and build when new code gets to main / Export (push) Successful in 8m17s
2026-05-16 21:57:04 +02:00
4 changed files with 10 additions and 3 deletions

View File

@@ -172,7 +172,13 @@ jobs:
mkdir -v -p build/windows
${{ steps.setup-godot.outputs.godot_bin }} --headless --verbose --export-release "Windows Desktop" build/windows/${{ env.GAME_NAME }}.exe
ls -la build/windows
zip -r Windows.zip build/windows
- name: Upload build as artifact
uses: actions/upload-artifact@v3-node20
with:
name: Windows build
path: ${{ github.workspace }}/Windows.zip
# - name: Setup Butler
# shell: bash
# env:

View File

@@ -62,6 +62,7 @@ public partial class ForgeAttributeSet : Node
var name = prop.Name;
if (InitialAttributeValues.TryGetValue(name, out AttributeValues? value))
{
if (value is null) continue;
SetAttributeValue("SetAttributeBaseValue", instance, prop, value.Default);
SetAttributeValue("SetAttributeMinValue", instance, prop, value.Min);
SetAttributeValue("SetAttributeMaxValue", instance, prop, value.Max);

View File

@@ -81,7 +81,7 @@ script_export_mode=2
custom_template/debug=""
custom_template/release=""
debug/export_console_wrapper=2
binary_format/embed_pck=false
binary_format/embed_pck=true
texture_format/s3tc_bptc=true
texture_format/etc2_astc=false
shader_baker/enabled=true

View File

@@ -254,7 +254,7 @@ metadata/_custom_type_script = "uid://cxihb42t2mfqi"
script = ExtResource("10_pw5r7")
AttributeSetClass = "MetaAttributeSet"
InitialAttributeValues = Dictionary[String, ExtResource("11_2rkt1")]({
"IncomingDamage": Object(RefCounted,"script":ExtResource("11_2rkt1"),"Default":0,"Min":0,"Max":1000)
"IncomingDamage": Object(RefCounted,"script":ExtResource("11_2rkt1"),"Default":0,"Min":0,"Max":2147483647)
})
metadata/_custom_type_script = "uid://cxihb42t2mfqi"