9 lines
295 B
Plaintext
9 lines
295 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://src/classes/Unit.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://src/nodes/units/Friend.gd" type="Script" id=3]
|
|
|
|
[node name="Friend" groups=["friends"] instance=ExtResource( 1 )]
|
|
script = ExtResource( 3 )
|
|
unit_type = "Friend"
|