parent
0bf3cc19c7
commit
1b77718b9b
@ -0,0 +1,17 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://cv7trh2b3dyiv"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dcn4giw1auva4" path="res://scripts/CSharp/GameEntity/EntityPlacer/VesnaEntityPlacer.cs" id="1_nq5fu"]
|
||||
[ext_resource type="Script" uid="uid://n7oihifvqp23" path="res://scripts/CSharp/Common/Animation/VesnaAnimations.cs" id="2_cpdud"]
|
||||
[ext_resource type="Texture2D" uid="uid://cloe0etis2lcu" path="res://art/animation/Vesna2D/Vesna Anims Tools/S02-Walk-Gießkanne/0001.png" id="451_d8nvl"]
|
||||
|
||||
[node name="VesnaPlacer" type="Node2D"]
|
||||
script = ExtResource("1_nq5fu")
|
||||
|
||||
[node name="visuals" type="Node2D" parent="." node_paths=PackedStringArray("_sprite")]
|
||||
position = Vector2(0, -374)
|
||||
script = ExtResource("2_cpdud")
|
||||
_sprite = NodePath("")
|
||||
|
||||
[node name="0001" type="Sprite2D" parent="visuals"]
|
||||
position = Vector2(1, 0)
|
||||
texture = ExtResource("451_d8nvl")
|
||||
@ -0,0 +1 @@
|
||||
uid://c7e45co1valv3
|
||||
@ -0,0 +1 @@
|
||||
uid://dcn4giw1auva4
|
||||
Loading…
Reference in new issue