15 lines
544 B
Plaintext
15 lines
544 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://b2rtcqvak066v"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://c673bap4b12fx" path="res://icon.svg" id="1_6ducv"]
|
|
[ext_resource type="PackedScene" uid="uid://cw6buluknvjj" path="res://_camera/PlateformerCamera.tscn" id="2_owtx0"]
|
|
|
|
[node name="Test" type="Node2D"]
|
|
|
|
[node name="Icon" type="Sprite2D" parent="."]
|
|
position = Vector2(-1, -2)
|
|
texture = ExtResource("1_6ducv")
|
|
|
|
[node name="PlateformerCamera" parent="." instance=ExtResource("2_owtx0")]
|
|
ignore_rotation = false
|
|
position_smoothing_enabled = true
|