Added level mods and updated sprite imports

This commit is contained in:
Nathan Anderson
2022-08-04 18:05:48 -06:00
parent 417044bfda
commit 7843bf2b8d
19 changed files with 288 additions and 114 deletions
+11
View File
@@ -0,0 +1,11 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://roger-roger/tree.png" type="Texture" id=1]
[ext_resource path="res://scripts/decor.gd" type="Script" id=2]
[node name="Decor" type="Node2D"]
script = ExtResource( 2 )
[node name="Sprite" type="Sprite" parent="."]
scale = Vector2( 6, 6 )
texture = ExtResource( 1 )