[Orxonox-commit 6080] r10738 - in data/trunk: images/overlay materials
fvultier at orxonox.net
fvultier at orxonox.net
Sun Nov 1 13:02:40 CET 2015
Author: fvultier
Date: 2015-11-01 13:02:39 +0100 (Sun, 01 Nov 2015)
New Revision: 10738
Added:
data/trunk/images/overlay/bar_icon_boost.png
data/trunk/images/overlay/bar_icon_health.png
data/trunk/images/overlay/bar_icon_speed.png
Modified:
data/trunk/images/overlay/healthbar_bar.png
data/trunk/images/overlay/healthbar_bg.png
data/trunk/materials/Orxonox.material
Log:
Added: data/trunk/images/overlay/bar_icon_boost.png
===================================================================
(Binary files differ)
Property changes on: data/trunk/images/overlay/bar_icon_boost.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: data/trunk/images/overlay/bar_icon_health.png
===================================================================
(Binary files differ)
Property changes on: data/trunk/images/overlay/bar_icon_health.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: data/trunk/images/overlay/bar_icon_speed.png
===================================================================
(Binary files differ)
Property changes on: data/trunk/images/overlay/bar_icon_speed.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: data/trunk/images/overlay/healthbar_bar.png
===================================================================
(Binary files differ)
Modified: data/trunk/images/overlay/healthbar_bg.png
===================================================================
(Binary files differ)
Modified: data/trunk/materials/Orxonox.material
===================================================================
--- data/trunk/materials/Orxonox.material 2015-11-01 08:10:08 UTC (rev 10737)
+++ data/trunk/materials/Orxonox.material 2015-11-01 12:02:39 UTC (rev 10738)
@@ -124,6 +124,60 @@
}
}
+material Orxonox/BarIconBoost
+{
+ technique
+ {
+ pass
+ {
+ lighting off
+ scene_blend alpha_blend
+ depth_check off
+
+ texture_unit
+ {
+ texture bar_icon_boost.png 2d 0 // no mipmapping
+ }
+ }
+ }
+}
+
+material Orxonox/BarIconSpeed
+{
+ technique
+ {
+ pass
+ {
+ lighting off
+ scene_blend alpha_blend
+ depth_check off
+
+ texture_unit
+ {
+ texture bar_icon_speed.png 2d 0 // no mipmapping
+ }
+ }
+ }
+}
+
+material Orxonox/BarIconHealth
+{
+ technique
+ {
+ pass
+ {
+ lighting off
+ scene_blend alpha_blend
+ depth_check off
+
+ texture_unit
+ {
+ texture bar_icon_health.png 2d 0 // no mipmapping
+ }
+ }
+ }
+}
+
material Orxonox/WeaponSystemBackground
{
technique
More information about the Orxonox-commit
mailing list