From 70d2e2f6af64b43067d4a8421592b14d1258069b Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Sun, 10 Apr 2011 11:30:47 +0200 Subject: Added textures and stuff to repo. --- scene.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scene.cpp') diff --git a/scene.cpp b/scene.cpp index dd27044..cbeedd3 100644 --- a/scene.cpp +++ b/scene.cpp @@ -37,9 +37,9 @@ Scene::Scene() { glUseProgram(0); /* load textures */ - grass_texture = load_texture("textures/Grass0073_3_S.jpg"); - rock_texture = load_texture("textures/RockJagged0010_2_S.jpg"); - soil_texture = load_texture("textures/SoilSand0168_9_S.jpg"); + grass_texture = load_texture("textures/zooboing-366-grass.jpg"); + rock_texture = load_texture("textures/zooboing-825-stone-modified.jpg"); + soil_texture = load_texture("textures/zooboing-469-sand-modified.jpg"); /* load heightmap */ SDL_Surface *hm = IMG_Load("heightmap.png"); @@ -56,7 +56,7 @@ Scene::Scene() { qt = new Quadtree(w, h, heightmap); /* load font */ - font = new FTTextureFont("font.ttf"); + font = new FTTextureFont("fonts/VeraMono.ttf"); font->FaceSize(10); } -- cgit v1.2.3