mirror of
https://github.com/kristoferssolo/FuncIt.git
synced 2025-10-21 19:30:35 +00:00
pushed
This commit is contained in:
parent
c12ce1928d
commit
bb652ad70c
@ -7,15 +7,11 @@
|
|||||||
radius = 9.85811
|
radius = 9.85811
|
||||||
height = 35.0082
|
height = 35.0082
|
||||||
|
|
||||||
[node name="player_character_bullet" type="Sprite" groups=[
|
[node name="player_character_bullet" type="Sprite" groups=["Net"]]
|
||||||
"Net",
|
|
||||||
]]
|
|
||||||
texture = ExtResource( 1 )
|
texture = ExtResource( 1 )
|
||||||
script = ExtResource( 2 )
|
script = ExtResource( 2 )
|
||||||
|
|
||||||
[node name="hitbox" type="Area2D" parent="." groups=[
|
[node name="hitbox" type="Area2D" parent="." groups=["Player_damager"]]
|
||||||
"Player_damager",
|
|
||||||
]]
|
|
||||||
|
|
||||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="hitbox"]
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="hitbox"]
|
||||||
position = Vector2( 10.8253, -0.381073 )
|
position = Vector2( 10.8253, -0.381073 )
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user