Wednesday, March 5, 2014

Constants.xml Doc v0.1

There are a few numbers that can be tweaked.
<constants>
<player>
<walk-speed>1</walk-speed><!-- the speed the player moves without pressing SHIFT -->
<run-speed>1.5</run-speed><!-- the speed the player moves when pressing SHIFT -->
</player>
<boss>
<rush-speed>0.1</rush-speed><!-- the speed the boss rushed to the player on clapping -->
<trace-speed>0.04</trace-speed><!-- the speed the boss goes when shooting -->
</boss>
<boss-bullet>
<speed>0.2</speed><!-- the speed of the boss' bullets -->
</boss-bullet>
</constants>

No comments:

Post a Comment