End of lesson 28.

This commit is contained in:
2025-04-18 13:42:15 -03:00
parent 6576c0155c
commit 75cbdf40b2
8 changed files with 107 additions and 12 deletions

View File

@@ -3,8 +3,9 @@
[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" instance=ExtResource("1_7y2qh")]
[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)