mirror of
https://github.com/Relintai/broken_seals_2ds.git
synced 2024-11-14 22:47:19 +01:00
18 lines
541 B
Plaintext
18 lines
541 B
Plaintext
|
[gd_scene load_steps=4 format=2]
|
||
|
|
||
|
[ext_resource path="res://player/Body.gd" type="Script" id=1]
|
||
|
[ext_resource path="res://characters/SheetCharacter.tscn" type="PackedScene" id=2]
|
||
|
|
||
|
[sub_resource type="CircleShape2D" id=1]
|
||
|
radius = 8.0
|
||
|
|
||
|
[node name="Body" type="KinematicBody2D"]
|
||
|
script = ExtResource( 1 )
|
||
|
model_path = NodePath("")
|
||
|
character_skeleton_path = NodePath("SheetCharacter")
|
||
|
|
||
|
[node name="SheetCharacter" parent="." instance=ExtResource( 2 )]
|
||
|
|
||
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||
|
shape = SubResource( 1 )
|