Compare commits

...

1 Commits

Author SHA1 Message Date
cc7cb90041 Moving to Godot 4.6.2
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Successful in 22s
Create tag and build when new code gets to main / Export (push) Has been cancelled
2026-04-04 12:29:15 +02:00
3 changed files with 6 additions and 5 deletions

1
.gitignore vendored
View File

@@ -19,6 +19,7 @@
*.suo *.suo
*.user *.user
*.csproj.old*
_ReSharper.* _ReSharper.*
*.DotSettings.user *.DotSettings.user
bin bin

View File

@@ -1,4 +1,4 @@
<Project Sdk="Godot.NET.Sdk/4.6.0"> <Project Sdk="Godot.NET.Sdk/4.6.2">
<PropertyGroup> <PropertyGroup>
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net9.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading> <EnableDynamicLoading>true</EnableDynamicLoading>

View File

@@ -23,8 +23,8 @@ BaseValue = 1
[sub_resource type="Resource" id="Resource_esyoj"] [sub_resource type="Resource" id="Resource_esyoj"]
script = ExtResource("4_e2sm2") script = ExtResource("4_e2sm2")
Modifiers = null Modifiers = []
Components = null Components = []
Executions = Array[Object]([ExtResource("1_pdt6v")]) Executions = Array[Object]([ExtResource("1_pdt6v")])
DurationType = 1 DurationType = 1
HasPeriodicApplication = true HasPeriodicApplication = true
@@ -32,7 +32,7 @@ Period = SubResource("Resource_1ften")
ExecuteOnApplication = true ExecuteOnApplication = true
StackLimit = SubResource("Resource_l278c") StackLimit = SubResource("Resource_l278c")
InitialStack = SubResource("Resource_dgkld") InitialStack = SubResource("Resource_dgkld")
Cues = null Cues = []
metadata/_custom_type_script = "uid://b83hf13nj37k3" metadata/_custom_type_script = "uid://b83hf13nj37k3"
[sub_resource type="Resource" id="Resource_0xegy"] [sub_resource type="Resource" id="Resource_0xegy"]
@@ -48,7 +48,7 @@ metadata/_custom_type_script = "uid://dpakv7agvir6y"
[resource] [resource]
script = ExtResource("1_vh0wp") script = ExtResource("1_vh0wp")
Name = "Weapon Flying Tick" Name = "Weapon Flying Tick"
CooldownEffects = null CooldownEffects = []
AbilityBehavior = SubResource("Resource_0xegy") AbilityBehavior = SubResource("Resource_0xegy")
TriggerSource = 1 TriggerSource = 1
TriggerTag = SubResource("Resource_4aw8y") TriggerTag = SubResource("Resource_4aw8y")