This script implements the simplest player movement system. It works on the principle of becoming in the 1st point and moving to the 2nd. It can be used to simplify the movement of the player in those places where, for technical reasons, it will not...
2DFX is a lua script that allows you to easily create light sources in the game. The creation of light sources is carried out through the INI file. This script is an improved version of my first script. As an example, the light sources in the bar a...
Script to simplify the creation of 2DFX light coronas in an ini file. The script reads the parameters from the ini file and draws light coronas based on them. No programming knowledge is required to create your own light coronas, I did everything fo...
This script is an example of the implementation of displaying on-screen objects (texture sprite, text, rectangles, etc.) with reference to the 3D coordinates of the game world. Its purpose is to explain to those who wish the principles of converting...
Script that changes the frame rate (FPS) value of the limiter. As you know, initially there is a limit of 30 frames / s, but in the game it turns out to be about 24.