portalgun/textures
Robert Munafo 335db88466 Change player look direction (yaw) when player exits a portal so that
they have their back to the portal they just exited.
2015-10-11 23:00:57 -04:00
..
.DS_Store Reformat whitespace 2015-10-07 01:10:56 -04:00
.gitignore Change player look direction (yaw) when player exits a portal so that 2015-10-11 23:00:57 -04:00
README.txt Add some new textures (not yet used) and more documentation 2015-10-10 15:11:28 -04:00
gray_closed.png Add some new textures (not yet used) and more documentation 2015-10-10 15:11:28 -04:00
portalgun_blue.png Reformat whitespace 2015-10-07 01:10:56 -04:00
portalgun_gun_blue.png Reformat whitespace 2015-10-07 01:10:56 -04:00
portalgun_orange.png Reformat whitespace 2015-10-07 01:10:56 -04:00
prtl_blue_closed.png Add some new textures (not yet used) and more documentation 2015-10-10 15:11:28 -04:00
prtl_orange_closed.png Add some new textures (not yet used) and more documentation 2015-10-10 15:11:28 -04:00

README.txt

To create the closed portals, I manually created the "gray closed"
image, then made colour versions of it using the ImageMagick "convert"
command:

  convert gray_closed.png +level-colors cyan, cyan_middle.png 

  convert gray_closed.png +level-colors orange, orange_middle.png