updating project files
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Successful in 31s
Create tag and build when new code gets to main / Test (push) Has been cancelled
Create tag and build when new code gets to main / Export (push) Has been cancelled

This commit is contained in:
2026-01-28 09:50:10 +01:00
parent 119850a7b4
commit af1f6da98d
656 changed files with 12395 additions and 5889 deletions

View File

@@ -1,15 +1,15 @@
[gd_scene load_steps=19 format=3 uid="uid://b22lg10c7wxrq"]
[gd_scene format=3 uid="uid://b22lg10c7wxrq"]
[ext_resource type="Texture2D" uid="uid://4nlen5j7etvq" path="res://godot_state_charts_examples/platformer/checkpoint/checkpoint_no_flag.png" id="1_7vf2w"]
[ext_resource type="Script" path="res://godot_state_charts_examples/platformer/checkpoint/checkpoint.gd" id="1_jot5v"]
[ext_resource type="Script" uid="uid://ccsukp7vuknqs" path="res://godot_state_charts_examples/platformer/checkpoint/checkpoint.gd" id="1_jot5v"]
[ext_resource type="Texture2D" uid="uid://dfju87f6rw0nm" path="res://godot_state_charts_examples/platformer/checkpoint/checkpoint_idle.png" id="2_ns71f"]
[ext_resource type="Texture2D" uid="uid://beoe1hh5aggor" path="res://godot_state_charts_examples/platformer/checkpoint/checkpoint_flag_out.png" id="3_fbg27"]
[ext_resource type="Script" path="res://addons/godot_state_charts/state_chart.gd" id="5_a58ma"]
[ext_resource type="Script" path="res://addons/godot_state_charts/parallel_state.gd" id="6_53g38"]
[ext_resource type="Script" path="res://addons/godot_state_charts/compound_state.gd" id="6_qkwqk"]
[ext_resource type="Script" path="res://addons/godot_state_charts/atomic_state.gd" id="7_a74k1"]
[ext_resource type="Script" path="res://addons/godot_state_charts/transition.gd" id="8_7tjvh"]
[ext_resource type="Script" path="res://addons/godot_state_charts/state_is_active_guard.gd" id="10_fk2fi"]
[ext_resource type="Script" uid="uid://couw105c3bde4" path="res://addons/godot_state_charts/state_chart.gd" id="5_a58ma"]
[ext_resource type="Script" uid="uid://c1vp0ojjvaby1" path="res://addons/godot_state_charts/parallel_state.gd" id="6_53g38"]
[ext_resource type="Script" uid="uid://jk2jm1g6q853" path="res://addons/godot_state_charts/compound_state.gd" id="6_qkwqk"]
[ext_resource type="Script" uid="uid://cytafq8i1y8qm" path="res://addons/godot_state_charts/atomic_state.gd" id="7_a74k1"]
[ext_resource type="Script" uid="uid://cf1nsco3w0mf6" path="res://addons/godot_state_charts/transition.gd" id="8_7tjvh"]
[ext_resource type="Script" uid="uid://bambbrd2wupx0" path="res://addons/godot_state_charts/state_is_active_guard.gd" id="10_fk2fi"]
[sub_resource type="Animation" id="Animation_xvggk"]
length = 0.001
@@ -210,11 +210,11 @@ tracks/2/keys = {
[sub_resource type="AnimationLibrary" id="AnimationLibrary_5pqa5"]
_data = {
"RESET": SubResource("Animation_xvggk"),
"close_flag": SubResource("Animation_p66ga"),
"idle_no_flag": SubResource("Animation_w48c8"),
"idle_with_flag": SubResource("Animation_judeo"),
"open_flag": SubResource("Animation_gr2w7")
&"RESET": SubResource("Animation_xvggk"),
&"close_flag": SubResource("Animation_p66ga"),
&"idle_no_flag": SubResource("Animation_w48c8"),
&"idle_with_flag": SubResource("Animation_judeo"),
&"open_flag": SubResource("Animation_gr2w7")
}
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_06im6"]
@@ -226,111 +226,115 @@ script = ExtResource("10_fk2fi")
state = NodePath("../../../../Player Presence/Absent")
metadata/_editor_prop_ptr_state = NodePath("../../../Player Presence/Absent")
[node name="Checkpoint" type="Node2D"]
[node name="Checkpoint" type="Node2D" unique_id=1809495232]
script = ExtResource("1_jot5v")
[node name="Sprite2D" type="Sprite2D" parent="."]
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=388053107]
texture_filter = 1
texture = ExtResource("1_7vf2w")
offset = Vector2(0, -32)
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
libraries = {
"": SubResource("AnimationLibrary_5pqa5")
}
[node name="AnimationPlayer" type="AnimationPlayer" parent="." unique_id=1095415080]
libraries/ = SubResource("AnimationLibrary_5pqa5")
[node name="Area2D" type="Area2D" parent="."]
[node name="Area2D" type="Area2D" parent="." unique_id=895369573]
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D" unique_id=1531705499]
position = Vector2(-2, -26)
shape = SubResource("CapsuleShape2D_06im6")
[node name="StateChart" type="Node" parent="."]
[node name="StateChart" type="Node" parent="." unique_id=820399857]
script = ExtResource("5_a58ma")
track_in_editor = true
[node name="Root" type="Node" parent="StateChart"]
[node name="Root" type="Node" parent="StateChart" unique_id=777667665]
script = ExtResource("6_53g38")
[node name="Player Presence" type="Node" parent="StateChart/Root"]
[node name="Player Presence" type="Node" parent="StateChart/Root" unique_id=1227806118]
editor_description = "This compound state represents whether the player is currently present at the checkpoint."
script = ExtResource("6_qkwqk")
initial_state = NodePath("Absent")
[node name="Absent" type="Node" parent="StateChart/Root/Player Presence"]
[node name="Absent" type="Node" parent="StateChart/Root/Player Presence" unique_id=962615558]
script = ExtResource("7_a74k1")
[node name="On Player Enter" type="Node" parent="StateChart/Root/Player Presence/Absent"]
[node name="On Player Enter" type="Node" parent="StateChart/Root/Player Presence/Absent" unique_id=454764549]
script = ExtResource("8_7tjvh")
to = NodePath("../../Present")
event = &"player_entered"
delay_in_seconds = "0.0"
[node name="Present" type="Node" parent="StateChart/Root/Player Presence"]
[node name="Present" type="Node" parent="StateChart/Root/Player Presence" unique_id=1069960291]
script = ExtResource("7_a74k1")
[node name="On Player Exit" type="Node" parent="StateChart/Root/Player Presence/Present"]
[node name="On Player Exit" type="Node" parent="StateChart/Root/Player Presence/Present" unique_id=1855748295]
script = ExtResource("8_7tjvh")
to = NodePath("../../Absent")
event = &"player_exited"
delay_in_seconds = "0.0"
[node name="Animation Control" type="Node" parent="StateChart/Root"]
[node name="Animation Control" type="Node" parent="StateChart/Root" unique_id=1492305246]
script = ExtResource("6_qkwqk")
initial_state = NodePath("Idle")
[node name="Idle" type="Node" parent="StateChart/Root/Animation Control"]
[node name="Idle" type="Node" parent="StateChart/Root/Animation Control" unique_id=995765937]
script = ExtResource("7_a74k1")
[node name="On Player Enter" type="Node" parent="StateChart/Root/Animation Control/Idle"]
[node name="On Player Enter" type="Node" parent="StateChart/Root/Animation Control/Idle" unique_id=851105802]
script = ExtResource("8_7tjvh")
to = NodePath("../../Expanding")
event = &"player_entered"
delay_in_seconds = "0.0"
[node name="Expanding" type="Node" parent="StateChart/Root/Animation Control"]
[node name="Expanding" type="Node" parent="StateChart/Root/Animation Control" unique_id=2141017871]
script = ExtResource("7_a74k1")
[node name="After 1 s" type="Node" parent="StateChart/Root/Animation Control/Expanding"]
[node name="After 1 s" type="Node" parent="StateChart/Root/Animation Control/Expanding" unique_id=745397416]
script = ExtResource("8_7tjvh")
to = NodePath("../../Activated/Expanded")
delay_seconds = 0.9
delay_in_seconds = "0.9"
[node name="Activated" type="Node" parent="StateChart/Root/Animation Control"]
[node name="Activated" type="Node" parent="StateChart/Root/Animation Control" unique_id=709636235]
script = ExtResource("6_qkwqk")
initial_state = NodePath("Expanded")
[node name="Expanded" type="Node" parent="StateChart/Root/Animation Control/Activated"]
[node name="Expanded" type="Node" parent="StateChart/Root/Animation Control/Activated" unique_id=123613028]
script = ExtResource("7_a74k1")
[node name="Immediately" type="Node" parent="StateChart/Root/Animation Control/Activated/Expanded"]
[node name="Immediately" type="Node" parent="StateChart/Root/Animation Control/Activated/Expanded" unique_id=1135763697]
editor_description = "Immediately go to the retracting state when the player is no longer present when entering this state."
script = ExtResource("8_7tjvh")
to = NodePath("../../Waiting To Retract")
guard = SubResource("Resource_22wfi")
delay_in_seconds = "0.0"
[node name="On Player Leave" type="Node" parent="StateChart/Root/Animation Control/Activated/Expanded"]
[node name="On Player Leave" type="Node" parent="StateChart/Root/Animation Control/Activated/Expanded" unique_id=101362850]
script = ExtResource("8_7tjvh")
to = NodePath("../../Waiting To Retract")
event = &"player_exited"
delay_in_seconds = "0.0"
[node name="Waiting To Retract" type="Node" parent="StateChart/Root/Animation Control/Activated"]
[node name="Waiting To Retract" type="Node" parent="StateChart/Root/Animation Control/Activated" unique_id=1622701644]
script = ExtResource("7_a74k1")
[node name="After 5 s" type="Node" parent="StateChart/Root/Animation Control/Activated/Waiting To Retract"]
[node name="After 5 s" type="Node" parent="StateChart/Root/Animation Control/Activated/Waiting To Retract" unique_id=3878621]
script = ExtResource("8_7tjvh")
to = NodePath("../../../Retracting")
delay_seconds = 5.0
delay_in_seconds = "5.0"
[node name="On Player Enter" type="Node" parent="StateChart/Root/Animation Control/Activated/Waiting To Retract"]
[node name="On Player Enter" type="Node" parent="StateChart/Root/Animation Control/Activated/Waiting To Retract" unique_id=1340440062]
script = ExtResource("8_7tjvh")
to = NodePath("../../Expanded")
event = &"player_entered"
delay_in_seconds = "0.0"
[node name="Retracting" type="Node" parent="StateChart/Root/Animation Control"]
[node name="Retracting" type="Node" parent="StateChart/Root/Animation Control" unique_id=338543894]
script = ExtResource("7_a74k1")
[node name="After 1 s" type="Node" parent="StateChart/Root/Animation Control/Retracting"]
[node name="After 1 s" type="Node" parent="StateChart/Root/Animation Control/Retracting" unique_id=1157275889]
script = ExtResource("8_7tjvh")
to = NodePath("../../Idle")
delay_seconds = 0.9
delay_in_seconds = "0.9"
[connection signal="body_entered" from="Area2D" to="." method="_on_area_2d_body_entered"]
[connection signal="body_exited" from="Area2D" to="." method="_on_area_2d_body_exited"]

View File

@@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/checkpoint_flag_out.png-d1302c67d10e0b187eb8c
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
@@ -25,6 +27,10 @@ mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false

View File

@@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/checkpoint_idle.png-450aa64af9f9812b4e2bfc351
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
@@ -25,6 +27,10 @@ mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false

View File

@@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/checkpoint_no_flag.png-439157dcb5eca60e80049f
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
@@ -25,6 +27,10 @@ mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false