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