Added UniformScale component which keeps an entity's scale at a uniform value relative to the screen.

This commit is contained in:
2016-01-17 06:22:35 +01:00
parent 9f447afbdb
commit 6ec2258758
6 changed files with 68 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<UniformScale xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="UniformScale.xsd">
<Scale X="1" Y="1" Z="1"/>
</UniformScale>