Added all the things

This commit is contained in:
Nathan Anderson
2022-08-04 10:50:28 -06:00
commit 417044bfda
18 changed files with 760 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[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 )