omi-eikyo/data/resdecl.rd

19 lines
592 B
Plaintext
Raw Normal View History

2017-09-21 18:55:03 -07:00
// Copyright © 2017 Project Golan, all rights reserved.
font "base" = "fonts/base.ttf", 24pt
texture "gui/border" = "textures/Border.png"
2017-09-28 10:51:14 -07:00
texture "ent/player" = "sprites/Particle3_Pointer.png"
texture "ent/testobj" = "sprites/Particle3.png"
2017-09-29 04:50:36 -07:00
texture "ent/missile" = "sprites/Particle4.png"
texture "ent/explosion1" = "sprites/Explosion1.png"
texture "ent/explosion2" = "sprites/Explosion2.png"
texture "ent/explosion3" = "sprites/Explosion3.png"
2017-09-28 10:51:14 -07:00
2017-09-23 12:43:54 -07:00
texture "box" = "textures/Box.png"
texture "empty" = "textures/Empty.png"
2017-09-21 18:55:03 -07:00
shader "plasma" = "shaders/plasma.fp", "shaders/base.vp"
// EOF