broken_seals/game/player/Mob.tscn

15 lines
440 B
Plaintext
Raw Normal View History

[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 )]
max_distance = 50.0