re-implement i-frames (closes #103)
This commit is contained in:
parent
5413d8aa5f
commit
b1a736745c
3 changed files with 12 additions and 2 deletions
|
@ -1128,9 +1128,16 @@ script = ExtResource( 11 )
|
|||
[node name="Respawn" type="Node" parent="StateChart/Root/Health"]
|
||||
script = ExtResource( 11 )
|
||||
|
||||
[node name="If Iframes" type="Node" parent="StateChart/Root/Health/Respawn"]
|
||||
script = ExtResource( 10 )
|
||||
to = NodePath("../../Vulnerable")
|
||||
delay = 0.5
|
||||
guard_expression = "use_iframes"
|
||||
|
||||
[node name="On Timeout" type="Node" parent="StateChart/Root/Health/Respawn"]
|
||||
script = ExtResource( 10 )
|
||||
to = NodePath("../../Vulnerable")
|
||||
guard_expression = "!use_iframes"
|
||||
|
||||
[node name="Dead" type="Node" parent="StateChart/Root/Health"]
|
||||
script = ExtResource( 11 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue