22 lines
724 B
Plaintext
22 lines
724 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://cj80unawvnbwe"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://dkl2dsvheyaab" path="res://icon.svg" id="1_rxxuj"]
|
|
[ext_resource type="Script" path="res://player.gd" id="1_tegbt"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_e3syr"]
|
|
|
|
[node name="CharacterBody2D" type="CharacterBody2D"]
|
|
scale = Vector2(0.3, 0.3)
|
|
script = ExtResource("1_tegbt")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
scale = Vector2(7, 7)
|
|
shape = SubResource("CircleShape2D_e3syr")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = ExtResource("1_rxxuj")
|
|
|
|
[node name="Camera2D" type="Camera2D" parent="."]
|
|
position_smoothing_enabled = true
|
|
position_smoothing_speed = 3.0
|