Skip to content

Commit

Permalink
change boost
Browse files Browse the repository at this point in the history
  • Loading branch information
SaturnHafen committed Nov 1, 2023
1 parent 92d55dc commit bed25e0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -365,42 +365,46 @@ only_if = SubResource("Resource_vumha")
deferred = false
enabled = true
[sub_resource type="GDScript" id="GDScript_mno6c"]
[sub_resource type="GDScript" id="GDScript_bdwfa"]
script/source = "@tool
extends U
@warning_ignore(\"unused_parameter\")
func run(delta, from: Node2D, to: Node2D):
return not from.get_node(\"..\").elapsed >= at(\"Cooldown\")
if from.get_node(\"..\").elapsed >= at(\"Cooldown\"):
to.color = Color.PURPLE
else:
to.color = Color.WHITE
"
[sub_resource type="Resource" id="Resource_c7ric"]
[sub_resource type="Resource" id="Resource_emrhb"]
script = ExtResource("6_t2jay")
nested_script = SubResource("GDScript_mno6c")
nested_script = SubResource("GDScript_bdwfa")
argument_names = ["delta", "from", "to"]
return_value = true
return_value = false
[sub_resource type="GDScript" id="GDScript_5s7wl"]
[sub_resource type="GDScript" id="GDScript_vkwm2"]
script/source = "@tool
extends U
@warning_ignore(\"unused_parameter\")
func run(delta, from: Node2D, to: Node2D):
return true
"
[sub_resource type="Resource" id="Resource_jbrqi"]
[sub_resource type="Resource" id="Resource_ws1h5"]
script = ExtResource("6_t2jay")
nested_script = SubResource("GDScript_5s7wl")
nested_script = SubResource("GDScript_vkwm2")
argument_names = ["delta", "from", "to"]
return_value = true
[sub_resource type="Resource" id="Resource_e81s6"]
[sub_resource type="Resource" id="Resource_4p8sn"]
script = ExtResource("7_p4g1i")
signal_name = "always"
to = NodePath("../../../PlaceholderBehavior")
to = NodePath("../../../../Character")
more_references = []
invoke = "set_outline_visible"
arguments = [SubResource("Resource_c7ric")]
only_if = SubResource("Resource_jbrqi")
invoke = ""
arguments = []
only_if = SubResource("Resource_ws1h5")
expression = SubResource("Resource_emrhb")
deferred = false
enabled = true
Expand Down Expand Up @@ -791,7 +795,7 @@ metadata/_edit_lock_ = true
[node name="CharacterBody2D" type="CharacterBody2D" parent="."]
position = Vector2(597, 574)
[node name="PlaceholderBehavior" type="Node2D" parent="CharacterBody2D"]
[node name="Character" type="Node2D" parent="CharacterBody2D"]
script = ExtResource("3_lcfeq")
use_sprite = true
sprite_texture = SubResource("ImageTexture_r8hbq")
Expand Down Expand Up @@ -849,7 +853,7 @@ position = Vector2(8, -153)
[node name="PlaceholderBehavior" type="Node2D" parent="CharacterBody2D/Area2D"]
script = ExtResource("3_lcfeq")
color = Color(1, 1, 1, 0.223529)
color = Color(1, 1, 1, 0)
sprite_texture = ExtResource("11_ig56c")
placeholder_size = Vector2(464, 228)
Expand Down Expand Up @@ -887,7 +891,7 @@ metadata/pronto_connections = [SubResource("Resource_sgav6")]
[node name="AlwaysBehavior" type="Node2D" parent="CharacterBody2D/Area2D/KeyBehavior/StopwatchBehavior"]
position = Vector2(-9.99999, -30)
script = ExtResource("10_62y2a")
metadata/pronto_connections = [SubResource("Resource_e81s6")]
metadata/pronto_connections = [SubResource("Resource_4p8sn")]
[node name="Area2D2" type="Area2D" parent="CharacterBody2D"]
position = Vector2(1, -34)
Expand Down
Binary file modified prototypes/game-süssigkeitenbombardement/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bed25e0

Please sign in to comment.