<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>visual-improvements-rgss3 &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/visual-improvements-rgss3/</link>
	<description>Feed of posts on WordPress.com tagged "visual-improvements-rgss3"</description>
	<pubDate>Thu, 23 May 2013 15:53:00 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[PRXACE - Character Shadows]]></title>
<link>http://prexusace.wordpress.com/2012/04/05/prxace-character-shadows/</link>
<pubDate>Thu, 05 Apr 2012 23:36:09 +0000</pubDate>
<dc:creator>prexusace</dc:creator>
<guid>http://prexusace.wordpress.com/2012/04/05/prxace-character-shadows/</guid>
<description><![CDATA[Changelog 2012.04.05 &#8211; Fixed an issue with shadow sprites not disposing properly. 2012.04.03]]></description>
<content:encoded><![CDATA[<blockquote><p><strong>Changelog</strong><br />
2012.04.05 &#8211; Fixed an issue with shadow sprites not disposing properly.<br />
2012.04.03 &#8211; Added &#8216;default on&#8217; flags for the Player, Followers, and Events.</p></blockquote>
<p>The following is a small, quick script to add shadows under characters!</p>
<p><!--more--></p>
<p><img src="http://rpgmaker.net/media/content/users/13/locker/Shadow1.png" alt="Posted Image" /></p>
<p>These can be added to events, followers, or the player map sprite by simply setting their shadow value to true. Below you can see examples of how to switch these shadows on or off.</p>
<p><em>&#60;#Game_Event&#62;</em>.shadow = true</p>
<pre>Call Script:
$game_map.events[ ID ].shadow = true</pre>
<p><em>&#60;#Game_Follower&#62;</em>.shadow = true</p>
<pre>Call Script:
$game_player.followers[ ID ].shadow = true</pre>
<p><em>&#60;#Game_Player&#62;</em>.shadow = true</p>
<pre>Call Script:
$game_player.shadow = true</pre>
<p><strong>Script Code</strong><br />
<a title="External link" href="http://rpgmaker.net/media/content/users/13/locker/Prexus_Ace__Character_Shadow.rb" rel="nofollow external">Click to download Script File</a></p>
<p><strong>License / Terms of Usage Agreement</strong><br />
All scripts created by Prexus for use with RPG Maker VX Ace may be freely used in any non-commercial RPG Maker VX Ace project; so long as credit is provided to Prexus via in-game credit, a packaged &#8220;Credit&#8221; text file, and on any promotional media (including but not limited to Box-Art, Posters, Commercials/TV Spots, Websites, and &#8220;Game Pages&#8221;/Forum Threads.) This script may not be distributed or reposted by unauthorized individuals.</p>
<p>By using this script, either wholy or as a base for a derivation, you agree to abide by the terms put forth by the Terms of Usage Agreement.</p>
]]></content:encoded>
</item>

</channel>
</rss>
