mirror of
https://github.com/Relintai/broken_seals_roguelike.git
synced 2025-02-05 19:45:54 +01:00
16 lines
458 B
Plaintext
16 lines
458 B
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://characters/SimpleCharacter.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://player/Body.gd" type="Script" id=6]
|
|
|
|
[sub_resource type="CircleShape2D" id=4]
|
|
radius = 8.0
|
|
|
|
[node name="Body" type="KinematicBody2D"]
|
|
script = ExtResource( 6 )
|
|
|
|
[node name="Character" parent="." instance=ExtResource( 1 )]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource( 4 )
|