You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
922 B
27 lines
922 B
[gd_scene load_steps=5 format=3 uid="uid://c5rmt3jeffjx7"]
|
|
|
|
[ext_resource type="Script" path="res://nodes/player/player.gd" id="1_exx2i"]
|
|
[ext_resource type="Texture2D" uid="uid://cm4rn4vgyjd1b" path="res://nodes/player/temp.png" id="1_s33dc"]
|
|
[ext_resource type="Script" path="res://scripts/ia/fsm.gd" id="2_ix1o4"]
|
|
|
|
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_w17ly"]
|
|
radius = 7.9984
|
|
height = 24.0
|
|
|
|
[node name="player" type="CharacterBody2D"]
|
|
script = ExtResource("1_exx2i")
|
|
|
|
[node name="fsm" type="Node2D" parent="." node_paths=PackedStringArray("root")]
|
|
script = ExtResource("2_ix1o4")
|
|
root = NodePath("..")
|
|
|
|
[node name="sprite" type="Sprite2D" parent="."]
|
|
texture = ExtResource("1_s33dc")
|
|
|
|
[node name="shape" type="CollisionShape2D" parent="."]
|
|
rotation = 1.5708
|
|
shape = SubResource("CapsuleShape2D_w17ly")
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="camera" type="Camera2D" parent="."]
|
|
zoom = Vector2(2, 2)
|
|
|