legacy-of-the-ancient-questor/scenes/game/maps/entities/player.tscn

12 lines
540 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://bpsrg5d3gncnd"]
[ext_resource type="PackedScene" uid="uid://d3e5mg0gk8u7r" path="res://scenes/game/maps/entities/mob.tscn" id="1_7y2qh"]
[ext_resource type="Script" uid="uid://dsguwthn2datq" path="res://scripts/game/maps/entities/Player.gd" id="2_us7jc"]
[node name="Player" node_paths=PackedStringArray("camera") instance=ExtResource("1_7y2qh")]
script = ExtResource("2_us7jc")
camera = NodePath("Camera2D")
[node name="Camera2D" type="Camera2D" parent="." index="3"]
zoom = Vector2(1.5, 1.5)