mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-12-18 01:06:47 +01:00
11 lines
277 B
Plaintext
11 lines
277 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://player/Mob.gd" type="Script" id=2]
|
|
|
|
[node name="Mob" type="Entity" groups=[
|
|
"mobs",
|
|
]]
|
|
body_path = NodePath("Body")
|
|
character_skeleton_path = NodePath("Body/Rotation_Helper/Model/character")
|
|
script = ExtResource( 2 )
|