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,4 +1,4 @@
[gd_scene load_steps=11 format=3 uid="uid://b18rv6o4duide"]
[gd_scene format=3 uid="uid://b18rv6o4duide"]
[ext_resource type="Texture2D" uid="uid://bgw8xgbwc2flx" path="res://godot_state_charts_examples/history_states/white_rectangle.svg" id="1_3v23e"]
[ext_resource type="PackedScene" uid="uid://bcwkugn6v3oy7" path="res://addons/godot_state_charts/utilities/state_chart_debugger.tscn" id="2_fgw1q"]
@@ -13,10 +13,10 @@
[sub_resource type="RectangleShape2D" id="RectangleShape2D_kl3ga"]
size = Vector2(34.243, 33.536)
[node name="Node" type="Node"]
[node name="Node" type="Node" unique_id=862962838]
script = ExtResource("2_vphtk")
[node name="StateChartDebugger" parent="." instance=ExtResource("2_fgw1q")]
[node name="StateChartDebugger" parent="." unique_id=805175203 instance=ExtResource("2_fgw1q")]
offset_left = 280.0
offset_top = 9.0
offset_right = -12.0
@@ -24,64 +24,64 @@ offset_bottom = -190.0
theme = ExtResource("8_najew")
initial_node_to_watch = NodePath("../StateChart")
[node name="Node2D" type="Sprite2D" parent="."]
[node name="Node2D" type="Sprite2D" parent="." unique_id=974890824]
position = Vector2(145, 206)
scale = Vector2(6.6875, 3.90625)
texture = ExtResource("1_3v23e")
[node name="Area2D" type="Area2D" parent="Node2D"]
[node name="Area2D" type="Area2D" parent="Node2D" unique_id=1643259898]
[node name="CollisionShape2D" type="CollisionShape2D" parent="Node2D/Area2D"]
[node name="CollisionShape2D" type="CollisionShape2D" parent="Node2D/Area2D" unique_id=1663362984]
position = Vector2(0.0747795, 3.8147e-06)
shape = SubResource("RectangleShape2D_kl3ga")
[node name="StateChart" type="Node" parent="."]
[node name="StateChart" type="Node" parent="." unique_id=1329389698]
script = ExtResource("2_pqmip")
track_in_editor = true
[node name="Root" type="Node" parent="StateChart"]
[node name="Root" type="Node" parent="StateChart" unique_id=2011728267]
script = ExtResource("3_nsw2j")
initial_state = NodePath("Red Or Blue")
[node name="Red Or Blue" type="Node" parent="StateChart/Root"]
[node name="Red Or Blue" type="Node" parent="StateChart/Root" unique_id=1885920353]
script = ExtResource("3_nsw2j")
initial_state = NodePath("Red")
[node name="Resume" type="Node" parent="StateChart/Root/Red Or Blue"]
[node name="Resume" type="Node" parent="StateChart/Root/Red Or Blue" unique_id=1200215160]
script = ExtResource("4_0qaqv")
default_state = NodePath("../Red")
[node name="Red" type="Node" parent="StateChart/Root/Red Or Blue"]
[node name="Red" type="Node" parent="StateChart/Root/Red Or Blue" unique_id=551636337]
script = ExtResource("5_lh5sp")
[node name="To Blue" type="Node" parent="StateChart/Root/Red Or Blue/Red"]
[node name="To Blue" type="Node" parent="StateChart/Root/Red Or Blue/Red" unique_id=2106677099]
script = ExtResource("6_xvm5g")
to = NodePath("../../Blue")
delay_in_seconds = "3"
[node name="Blue" type="Node" parent="StateChart/Root/Red Or Blue"]
[node name="Blue" type="Node" parent="StateChart/Root/Red Or Blue" unique_id=1974095970]
script = ExtResource("5_lh5sp")
[node name="To Red" type="Node" parent="StateChart/Root/Red Or Blue/Blue"]
[node name="To Red" type="Node" parent="StateChart/Root/Red Or Blue/Blue" unique_id=1727482107]
script = ExtResource("6_xvm5g")
to = NodePath("../../Red")
delay_in_seconds = "3"
[node name="On Clicked To White" type="Node" parent="StateChart/Root/Red Or Blue"]
[node name="On Clicked To White" type="Node" parent="StateChart/Root/Red Or Blue" unique_id=256818810]
script = ExtResource("6_xvm5g")
to = NodePath("../../White")
event = &"clicked"
delay_in_seconds = "0.0"
[node name="White" type="Node" parent="StateChart/Root"]
[node name="White" type="Node" parent="StateChart/Root" unique_id=2050088950]
script = ExtResource("5_lh5sp")
[node name="Resume" type="Node" parent="StateChart/Root/White"]
[node name="Resume" type="Node" parent="StateChart/Root/White" unique_id=700482805]
script = ExtResource("6_xvm5g")
to = NodePath("../../Red Or Blue/Resume")
delay_in_seconds = "1"
[node name="Label" type="RichTextLabel" parent="."]
[node name="Label" type="RichTextLabel" parent="." unique_id=700438554]
offset_left = 26.0
offset_top = 318.0
offset_right = 376.0

View File

@@ -18,6 +18,8 @@ dest_files=["res://.godot/imported/white_rectangle.svg-4d0041e2d5db811b29367f037
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