Reorganized files

This commit is contained in:
VoidTwo
2021-12-05 17:52:54 -06:00
parent 5269a32000
commit 0fcb62e094
83 changed files with 288 additions and 275 deletions

View File

@@ -1,7 +1,7 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://Sprites/Assets/DoorOpen.png" type="Texture" id=1]
[ext_resource path="res://Sprites/Assets/DoorClosed.png" type="Texture" id=2]
[ext_resource path="res://Sprites/Levels/Objects/DoorOpen.png" type="Texture" id=1]
[ext_resource path="res://Sprites/Levels/Objects/DoorClosed.png" type="Texture" id=2]
[node name="Door" type="Sprite"]

View File

@@ -1,7 +1,7 @@
[gd_scene load_steps=6 format=2]
[ext_resource path="res://Sprites/Assets/treasureChestOpen.png" type="Texture" id=1]
[ext_resource path="res://Sprites/Assets/treasureChest.png" type="Texture" id=2]
[ext_resource path="res://Sprites/Levels/Interactables/treasureChestOpen.png" type="Texture" id=1]
[ext_resource path="res://Sprites/Levels/Interactables/treasureChest.png" type="Texture" id=2]
[ext_resource path="res://Levels/Objects/Gem.tscn" type="PackedScene" id=3]
[ext_resource path="res://Levels/Objects/TreasureChest.gd" type="Script" id=4]