Post Game jam commit
This commit is contained in:
commit
6db2131520
164 changed files with 172524 additions and 0 deletions
12
hitbox.tscn
Normal file
12
hitbox.tscn
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://crptu0w0l57dd"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://ejd25ul4j5pp" path="res://scripts/hitbox.gd" id="1_orx6n"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_orx6n"]
|
||||
|
||||
[node name="Hitbox" type="Area2D"]
|
||||
collision_mask = 3
|
||||
script = ExtResource("1_orx6n")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("RectangleShape2D_orx6n")
|
||||
Loading…
Add table
Add a link
Reference in a new issue