// Copyright © 2017 Project Golan, all rights reserved. font "base" = "fonts/base.ttf", 24pt font "place" = "fonts/base.ttf", 30pt texture "gui/border" = "textures/Border.png" texture "gui/playerback" = "textures/PlayerBack.png" texture "ent/testobj" = "sprites/Particle3.png" texture "ent/explosion1" = "sprites/Explosion1.png" texture "ent/explosion2" = "sprites/Explosion2.png" texture "ent/explosion3" = "sprites/Explosion3.png" texture "ent/shotl" = "sprites/Player/ShotL.png" texture "ent/shotr" = "sprites/Player/ShotR.png" texture "ent/shotfire1" = "sprites/Player/ShotFire1.png" texture "ent/shotfire2" = "sprites/Player/ShotFire2.png" texture "ent/shotfire3" = "sprites/Player/ShotFire3.png" texture "bkg/space" = "textures/Space.png" texture "bkg/earth" = "textures/Earth.png" texture "bkg/station" = "textures/Station.png" texture "box" = "textures/Box.png" texture "empty" = "textures/Empty.png" shader "plasma" = "shaders/plasma.fp", "shaders/base.vp" // EOF