fully working input

needs some adjustments
This commit is contained in:
Moonshrike
2021-11-16 13:17:38 +02:00
parent 3b81f718c8
commit 0af4721c06
13 changed files with 217 additions and 71 deletions

View File

@@ -7,15 +7,11 @@
radius = 9.85811
height = 35.0082
[node name="player_character_bullet" type="Sprite" groups=[
"Net",
]]
[node name="player_character_bullet" type="Sprite" groups=["Net"]]
texture = ExtResource( 1 )
script = ExtResource( 2 )
[node name="hitbox" type="Area2D" parent="." groups=[
"Player_damager",
]]
[node name="hitbox" type="Area2D" parent="." groups=["Player_damager"]]
[node name="CollisionShape2D" type="CollisionShape2D" parent="hitbox"]
position = Vector2( 10.8253, -0.381073 )