Search found 1 match

by Nebou
Thu Aug 31, 2017 1:13 am
Forum: Ren'Py Cookbook
Topic: Messy character customization tutorial
Replies: 7
Views: 9910

Re: Messy character customization tutorial

init python: def draw_character(st, at): return LiveComposite( (670, 670), (0, 0), "character/"+ body +"/base.png/"+ hairstyle1 +"hair1"%hairstyle1 , (0, 0), "character/"+ body +"/base.png/"+ hairstyle2 +"hair2"%hairstyle2 , (0, 0), "...