diff --git a/forest/debris.png b/forest/debris.png index 917e1d3..e65af9f 100644 Binary files a/forest/debris.png and b/forest/debris.png differ diff --git a/forest/gravestone.png b/forest/gravestone.png index b084357..591362c 100644 Binary files a/forest/gravestone.png and b/forest/gravestone.png differ diff --git a/forest/ruin-floor.png b/forest/ruin-floor.png index 6f063a8..201892b 100644 Binary files a/forest/ruin-floor.png and b/forest/ruin-floor.png differ diff --git a/forest/startup.lisp b/forest/startup.lisp index a3f94ea..3ee18de 100644 --- a/forest/startup.lisp +++ b/forest/startup.lisp @@ -320,7 +320,7 @@ (defparameter *room-window-width* 800) (defparameter *room-window-height* 600) -(defparameter *start-level* 1) +(defparameter *start-level* 5) (defun init-forest () (xe2:message "Initializing Forest...") diff --git a/forest/wall.png b/forest/wall.png index 7b87019..0e3a337 100644 Binary files a/forest/wall.png and b/forest/wall.png differ