10 lines
235 B
Plaintext
10 lines
235 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://roger-roger/tree.png" type="Texture" id=1]
|
|
|
|
[node name="Tree" type="Node2D"]
|
|
|
|
[node name="Sprite" type="Sprite" parent="."]
|
|
scale = Vector2( 6, 6 )
|
|
texture = ExtResource( 1 )
|