19 lines
534 B
Text
19 lines
534 B
Text
[gd_scene load_steps=2 format=3 uid="uid://b18cf4i8v6a1"]
|
|
|
|
[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="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
|
|
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
|
light_mask = 4
|
|
visibility_layer = 5
|
|
z_index = 1
|
|
y_sort_enabled = true
|