Added Objects
This commit is contained in:
parent
eb11047456
commit
78dcaac886
11 changed files with 148 additions and 35 deletions
|
|
@ -3,15 +3,17 @@
|
|||
[ext_resource type="Script" path="res://scenes/game/entities/entity.gd" id="1_s7hj7"]
|
||||
|
||||
[node name="Entity" type="CharacterBody2D" groups=["Entity"]]
|
||||
light_mask = 4
|
||||
visibility_layer = 4
|
||||
z_index = 1
|
||||
y_sort_enabled = true
|
||||
collision_layer = 2
|
||||
script = ExtResource("1_s7hj7")
|
||||
|
||||
[node name="Area2D" type="Area2D" parent="." groups=["Entity"]]
|
||||
collision_layer = 8
|
||||
collision_mask = 16
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
|
||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
||||
light_mask = 4
|
||||
visibility_layer = 5
|
||||
z_index = 1
|
||||
y_sort_enabled = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue