Category: Sprites

23

Character Sprite Zooming

This script allows you to control the zoom-level for character sprites, which includes the player, followers, events, and the default vehicles. All it does is change the look of the sprite. Functions are available for...

2

Picture Anchors

This script introduces the concept of “picture anchors”. An anchor is a tool that fixes an object to a certain position. A picture anchor functions the same way: it fixes the picture to a certain position....

122

Eight Directional Movement

By default, the game only allows you to move in the four orthogonal directions: up, left, down, right. This script provides support for eight-directional movement in your game, adding support for  diagonal movement. To move diagonally,...