From e7f2b46b17ed8e3bcb0d5be5f76c09fcf42fd8e0 Mon Sep 17 00:00:00 2001 From: PossiblyAxolotl Date: Sun, 17 Apr 2022 14:15:26 -0600 Subject: [PATCH] undid everything I did previously Idk what I'm doin --- source/Main.lua => Main.lua | 0 {source/gfx => gfx}/font.fnt | 0 {source/gfx => gfx}/rocket.png | Bin {source/gfx => gfx}/testimg.png | Bin {source/gfx => gfx}/tiles-table-16-16.png | Bin {source/sfx => sfx}/song1.wav | Bin 6 files changed, 0 insertions(+), 0 deletions(-) rename source/Main.lua => Main.lua (100%) rename {source/gfx => gfx}/font.fnt (100%) rename {source/gfx => gfx}/rocket.png (100%) rename {source/gfx => gfx}/testimg.png (100%) rename {source/gfx => gfx}/tiles-table-16-16.png (100%) rename {source/sfx => sfx}/song1.wav (100%) diff --git a/source/Main.lua b/Main.lua similarity index 100% rename from source/Main.lua rename to Main.lua diff --git a/source/gfx/font.fnt b/gfx/font.fnt similarity index 100% rename from source/gfx/font.fnt rename to gfx/font.fnt diff --git a/source/gfx/rocket.png b/gfx/rocket.png similarity index 100% rename from source/gfx/rocket.png rename to gfx/rocket.png diff --git a/source/gfx/testimg.png b/gfx/testimg.png similarity index 100% rename from source/gfx/testimg.png rename to gfx/testimg.png diff --git a/source/gfx/tiles-table-16-16.png b/gfx/tiles-table-16-16.png similarity index 100% rename from source/gfx/tiles-table-16-16.png rename to gfx/tiles-table-16-16.png diff --git a/source/sfx/song1.wav b/sfx/song1.wav similarity index 100% rename from source/sfx/song1.wav rename to sfx/song1.wav