mirror of
https://github.com/Relintai/broken_seals_2d.git
synced 2024-11-08 05:32:10 +01:00
12 lines
328 B
Plaintext
12 lines
328 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://player/Player.gd" type="Script" id=2]
|
|
|
|
[sub_resource type="EntityResourceHealth" id=1]
|
|
|
|
[sub_resource type="EntityResourceSpeed" id=2]
|
|
|
|
[node name="Player" type="Entity" groups=["players"]]
|
|
sresources = [ SubResource( 1 ), SubResource( 2 ) ]
|
|
script = ExtResource( 2 )
|