22 lines
716 B
Plaintext
22 lines
716 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://cd57rr2jffwqu"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/player.gd" id="1_veifk"]
|
|
[ext_resource type="Texture2D" uid="uid://d32ory5gus4lm" path="res://assets/dot.png" id="2_up8am"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_c7wcn"]
|
|
radius = 6.0
|
|
|
|
[node name="Player" type="CharacterBody2D"]
|
|
script = ExtResource("1_veifk")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = ExtResource("2_up8am")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_c7wcn")
|
|
|
|
[node name="Camera2D" type="Camera2D" parent="."]
|
|
zoom = Vector2(6, 6)
|
|
position_smoothing_enabled = true
|
|
position_smoothing_speed = 16.0
|