2020-04-24 13:48:54 +02:00
|
|
|
[gd_scene load_steps=3 format=2]
|
2019-11-20 14:05:35 +01:00
|
|
|
|
|
|
|
[ext_resource path="res://player/Mob.gd" type="Script" id=2]
|
|
|
|
[ext_resource path="res://ui/nameplates/NamePlate.tscn" type="PackedScene" id=3]
|
|
|
|
|
|
|
|
[node name="Mob" type="Entity" groups=[
|
|
|
|
"mobs",
|
|
|
|
]]
|
2020-01-02 23:02:45 +01:00
|
|
|
body_path = NodePath("Body")
|
|
|
|
character_skeleton_path = NodePath("Body/Rotation_Helper/Model/character")
|
2019-11-20 14:05:35 +01:00
|
|
|
script = ExtResource( 2 )
|
|
|
|
|
2020-01-02 23:02:45 +01:00
|
|
|
[node name="NamePlate" parent="." instance=ExtResource( 3 )]
|
2020-03-05 10:29:58 +01:00
|
|
|
max_distance = 50.0
|