mirror of
https://github.com/Relintai/broken_seals_roguelike.git
synced 2024-11-14 10:57:19 +01:00
10 lines
302 B
Plaintext
10 lines
302 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://characters/SimpleCharacter.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://player/Body.gd" type="Script" id=6]
|
|
|
|
[node name="Body" type="Node2D"]
|
|
script = ExtResource( 6 )
|
|
|
|
[node name="Character" parent="." instance=ExtResource( 1 )]
|