![]() |
|
RGSS-Scripts Postet hier die Scripts die ihr im Script-Editor selbst erstellt oder gefunden habt. Gefundene Scripts jedoch mit Quellenangabe posten! |
![]() |
|
Themen-Optionen |
![]() |
#1 |
Neuling
![]() Registriert seit: 18.10.2006
Beiträge: 11
|
![]() Beschreibung:
Durch dieses Script wird ein Schatten unter eurer Schrift gesetzt, wodurch diese leßbarer und schöner ist. Installationshinweis: Script über Main einfügen. Script: Code:
#================================================ # Aliases and redefines draw_text so that a sadow is drawn # Made by: Ultimate Jesus #================================================ class Bitmap ShadowIndent = 1 # Size of the shadow (usually 1..3) ShadowColour = Color.new(0, 0, 0, 200)# the colour of the shadow # the 4th value is transparency (0-255) unless @ja_ta_feito == 1 # Fix for F12 Rebot by [email protected] alias draw_text_plain draw_text @ja_ta_feito = 1 end def draw_text(arg1 = 0, arg2 = 0, arg3 = 0, arg4 = 0, arg5 = 0, arg6 = 0) if arg1.is_a?(Rect) x = arg1.x y = arg1.y width = arg1.width height = arg1.height string = arg2 align = arg3 else x = arg1 y = arg2 width = arg3 height = arg4 string = arg5 align = arg6 end colour = self.font.color.dup self.font.color = ShadowColour draw_text_plain(x + ShadowIndent, y + ShadowIndent, width, height, string, align) self.font.color = colour draw_text_plain(x, y, width, height, string, align) end end http://RPGMakerWorld.de/ Das Script wurde nicht von mir gescriptet. Ich hoffe mal ihr könnt es gebrauchen, Legenc
__________________
![]() |
![]() |
![]() |
![]() |
#2 |
Administrator
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
![]() Wunderbar, nach einem solchen Script habe ich schon gesucht.
![]() |
![]() |
![]() |
![]() |
#3 |
Thug Life
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Registriert seit: 20.11.2006
Ort: Berlin
Alter: 29
Beiträge: 1.793
|
![]() ![]() |
![]() |
![]() |
![]() |
#4 |
Beauftragter
![]() |
![]() @Money
Scripteditor (F11): Einfach irgendwo über main ein neues Script erstellen und den Code einfügen. |
![]() |
![]() |
![]() |
Lesezeichen |
Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1) | |
Themen-Optionen | |
|
|