15 lines
412 B
Plaintext
15 lines
412 B
Plaintext
|
[gd_scene load_steps=2 format=3 uid="uid://b5gb5paiupum"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://player/player.cs" id="1_of2l4"]
|
||
|
|
||
|
[node name="player" type="Camera3D" node_paths=PackedStringArray("_con")]
|
||
|
script = ExtResource("1_of2l4")
|
||
|
_con = NodePath("Label")
|
||
|
|
||
|
[node name="Label" type="Label" parent="."]
|
||
|
offset_left = 313.0
|
||
|
offset_top = 156.0
|
||
|
offset_right = 402.0
|
||
|
offset_bottom = 182.0
|
||
|
text = "Eat ze caca."
|