StormyExtraction/scenes/game/entities/entity.tscn
2024-09-15 00:04:31 +02:00

28 lines
881 B
Text

[gd_scene load_steps=4 format=3 uid="uid://b18cf4i8v6a1"]
[ext_resource type="Script" path="res://scenes/game/entities/entity.gd" id="1_s7hj7"]
[ext_resource type="Texture2D" uid="uid://83mf84k2pi3m" path="res://Assets/Shadow.png" id="2_nhikt"]
[sub_resource type="CanvasItemMaterial" id="CanvasItemMaterial_4jtw1"]
light_mode = 2
[node name="Entity" type="CharacterBody2D" groups=["Entity"]]
light_mask = 512
visibility_layer = 512
z_index = 1
y_sort_enabled = true
collision_layer = 512
collision_mask = 14
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
[node name="Shadow" type="Sprite2D" parent="."]
material = SubResource("CanvasItemMaterial_4jtw1")
texture = ExtResource("2_nhikt")