broken_seals/game/player/Mob.tscn

11 lines
277 B
Plaintext
Raw Normal View History

[gd_scene load_steps=2 format=2]
2019-11-20 14:05:35 +01:00
[ext_resource path="res://player/Mob.gd" type="Script" id=2]
[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 )