10 lines
371 B
Plaintext
10 lines
371 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://cm5qsuunboxm3"]
|
|
|
|
[ext_resource type="Script" uid="uid://baawsgn3k6wpp" path="res://scripts/developer_pawn.gd" id="1_lme2g"]
|
|
|
|
[node name="DeveloperPawn" type="CharacterBody2D" node_paths=PackedStringArray("camera")]
|
|
script = ExtResource("1_lme2g")
|
|
camera = NodePath("Camera2D")
|
|
|
|
[node name="Camera2D" type="Camera2D" parent="."]
|