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
*.user
*.csproj.old*
_ReSharper.*
*.DotSettings.user
bin

View File

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

View File

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