2019-12-20 14:28:26 +01:00
|
|
|
[gd_scene load_steps=5 format=2]
|
|
|
|
|
2020-07-08 23:25:40 +02:00
|
|
|
[ext_resource path="res://ui/nameplates/NamePlate.tscn" type="PackedScene" id=1]
|
2022-02-27 01:12:12 +01:00
|
|
|
[ext_resource path="res://sprites/characters/Character.tscn" type="PackedScene" id=2]
|
2020-07-08 23:25:40 +02:00
|
|
|
[ext_resource path="res://player/Mob.gd" type="Script" id=3]
|
2019-12-20 14:28:26 +01:00
|
|
|
|
2019-12-20 19:32:43 +01:00
|
|
|
[sub_resource type="CircleShape2D" id=1]
|
|
|
|
radius = 20.0
|
2019-12-20 14:28:26 +01:00
|
|
|
|
|
|
|
[node name="Mob" type="Entity" groups=[
|
|
|
|
"mobs",
|
|
|
|
]]
|
2020-01-04 04:16:52 +01:00
|
|
|
body_path = NodePath("KinematicBody2D")
|
|
|
|
character_skeleton_path = NodePath("KinematicBody2D/Character")
|
2020-07-08 23:25:40 +02:00
|
|
|
script = ExtResource( 3 )
|
2019-12-20 14:28:26 +01:00
|
|
|
|
2020-07-08 23:25:40 +02:00
|
|
|
[node name="NamePlate" parent="." instance=ExtResource( 1 )]
|
2020-01-04 13:09:34 +01:00
|
|
|
|
2020-01-04 04:16:52 +01:00
|
|
|
[node name="KinematicBody2D" type="KinematicBody2D" parent="."]
|
2019-12-20 14:28:26 +01:00
|
|
|
|
2020-01-04 04:16:52 +01:00
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="KinematicBody2D"]
|
2019-12-20 19:32:43 +01:00
|
|
|
shape = SubResource( 1 )
|
2020-01-04 04:16:52 +01:00
|
|
|
|
2020-07-08 23:25:40 +02:00
|
|
|
[node name="Character" parent="KinematicBody2D" instance=ExtResource( 2 )]
|