From 759d4cbe35c01206de1f0d954293720c31cdcb32 Mon Sep 17 00:00:00 2001 From: PossiblyAxolotl Date: Sun, 17 Apr 2022 13:45:26 -0600 Subject: [PATCH] Moved all files to source folder --- Main.lua => source/Main.lua | 0 {gfx => source/gfx}/font.fnt | 0 {gfx => source/gfx}/rocket.png | Bin {gfx => source/gfx}/testimg.png | Bin {gfx => source/gfx}/tiles-table-16-16.png | Bin {sfx => source/sfx}/song1.wav | Bin 6 files changed, 0 insertions(+), 0 deletions(-) rename Main.lua => source/Main.lua (100%) rename {gfx => source/gfx}/font.fnt (100%) rename {gfx => source/gfx}/rocket.png (100%) rename {gfx => source/gfx}/testimg.png (100%) rename {gfx => source/gfx}/tiles-table-16-16.png (100%) rename {sfx => source/sfx}/song1.wav (100%) diff --git a/Main.lua b/source/Main.lua similarity index 100% rename from Main.lua rename to source/Main.lua diff --git a/gfx/font.fnt b/source/gfx/font.fnt similarity index 100% rename from gfx/font.fnt rename to source/gfx/font.fnt diff --git a/gfx/rocket.png b/source/gfx/rocket.png similarity index 100% rename from gfx/rocket.png rename to source/gfx/rocket.png diff --git a/gfx/testimg.png b/source/gfx/testimg.png similarity index 100% rename from gfx/testimg.png rename to source/gfx/testimg.png diff --git a/gfx/tiles-table-16-16.png b/source/gfx/tiles-table-16-16.png similarity index 100% rename from gfx/tiles-table-16-16.png rename to source/gfx/tiles-table-16-16.png diff --git a/sfx/song1.wav b/source/sfx/song1.wav similarity index 100% rename from sfx/song1.wav rename to source/sfx/song1.wav