Bonjour,
Bonne nouvelle!!! Cela fait exactement 100 fois que je postes des topics pour me faire aider!
Nan! Je déconne.
Cette fois-ci, je tente de recadrer et de repositionner les boîtes de dialogues mais n'ayant (quasi) aucune connaissances en language Ruby, je demande votre aide.
Je tente de faire en sorte que les boîtes de dialogues touchent aux éxtrémitées de l'écran (En bas à gauche et en bas à droite) et qu'il n'y ait que deux lignes de texte et non trois.
Le problème est de le faire.
Voici les portion de codes modifiable:
- Code:
-
@name_box_x_offset = 0 #Choose the X axis offset of the name bos. default= 0
@name_box_y_offset = -10 #Choose the Y axis offset of the name bos. default= -10
@name_box_width = 8 #Choose the width of the Name Box. default= 8
@name_box_height = 26 #Choose the height of the Name Box. default= 26
@font_type = "Tahoma" #Choose the Font Name (Case Sensitive) for message box
@name_font_type = "Tahoma" #Choose the Font Name (Case Sensitive) for Name Box
@font_size = 22 #Choose the default Font Size for message box text
@name_font_size = 22 #Choose the deafault Font Size for Name Box text
@name_box_text_color=0 #Choose the Text Color of the Name Box
@message_box_text_color=0 #Choose the Text Color of the Message Box
@message_box_opacity = 160 #Choose the opacity of the message window. Default=160
@message_box_skin = "Dark" #Choose the WindowSkin for the Message Box
@name_box_skin = "Dark" #Choose the WindowSkin for the Name Box
@message_width = 640 #Choose the width size of the message box. Default=480
@message_height = 160 #Choose the height size of the message box. Default=160
@message_x = 80 #Choose the X position of the message box. Default=80
@message_y_bottom = 340 #Choose the Y bottom position of the message box. Default=304
@message_y_middle = 240 #Choose the Y middle position of the message box. Default=160
@message_y_top = 0 #Choose the Y top position of the message box. Default=16
@event_message_x_ofset = 0 #Choose the X position offset of the event message. Default=0
@event_message_y_ofset = 0 #Choose the Y position offset of the event message. Default=48
Si possible, au lieu de mettre un windowskin, afficher cette image:
- Spoiler:
L'image est semi transparente alors, ici, elle est moche.
Merci d'avance!
Faites vite! je voudrais bien mettre la démo technique!