mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-12-18 01:06:47 +01:00
9 lines
182 B
Plaintext
9 lines
182 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://player/Player.gd" type="Script" id=2]
|
|
|
|
[node name="Player" type="Entity" groups=[
|
|
"players",
|
|
]]
|
|
script = ExtResource( 2 )
|