summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics.lua')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics.lua
deleted file mode 100644
index 3f78ca6..0000000
--- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics.lua
+++ /dev/null
@@ -1,4 +0,0 @@
-load.graphics = function()
- love.graphics.setBackgroundColor(0, 232, 216)
- love.graphics.setDefaultFilter('nearest', 'nearest')
-end