From 3166fd5ad6c1c4d1f79d48e69e9f3775f4f6e54e Mon Sep 17 00:00:00 2001
From: drumsetmonkey <abelleisle@roadrunner.com>
Date: Mon, 26 Oct 2015 08:47:42 -0400
Subject: Made basic robin texture, pixelated mount washington for backdrop
 test

---
 src/gameplay.cpp | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'src/gameplay.cpp')

diff --git a/src/gameplay.cpp b/src/gameplay.cpp
index 1f4b3fe..c36b09c 100644
--- a/src/gameplay.cpp
+++ b/src/gameplay.cpp
@@ -82,6 +82,10 @@ void initEverything(void){
 	mob.push_back(new Mob(1));
 	entity.push_back(mob.back());
 	mob.back()->spawn(200,100);
+
+	mob.push_back(new Mob(2));
+	entity.push_back(mob.back());
+	mob.back()->spawn(200,100);
 	
 	/*
 	 *	Link all the entities that were just created to the initial world, and setup a test AI function. 
-- 
cgit v1.2.3