Search found 5 matches

by dakkor
Sat Jul 21, 2012 1:56 am
Forum: Creator Discussion
Topic: how to make the game has two black sides on top and bottom.
Replies: 9
Views: 1327

Re: how to make the game has two black sides on top and bott

I think "onlayer screen" needs to be "onlayer screens." :) THX. That's OK. OK I got this... I now understand what you wanted to achieve... What you need to do is declare a character like this... $ n = Character(None, what_size=28, what_layout="subtitle", what_xalign=0....
by dakkor
Sat Jul 21, 2012 12:05 am
Forum: Creator Discussion
Topic: how to make the game has two black sides on top and bottom.
Replies: 9
Views: 1327

Re: how to make the game has two black sides on top and bott

image letterbox = "lettterbox.png" # The game starts here. label start: show letterbox onlayer screen behind say e "You've created a new Ren'Py game." How's this? or you can define the letterbox screen and show it behind the say screen. While running game code: File "game/s...
by dakkor
Fri Jul 20, 2012 2:22 pm
Forum: Creator Discussion
Topic: how to make the game has two black sides on top and bottom.
Replies: 9
Views: 1327

Re: how to make the game has two black sides on top and bott

Well……it looks very nearly like what I want. But I also want to use character image, and there is still not a letterbox (I don't want to add black side to the backgrounds). So I use this: Character('Allen', what_size=28, what_layout="subtitle", what_text_align=0.5, window_background="...
by dakkor
Fri Jul 20, 2012 11:50 am
Forum: Creator Discussion
Topic: how to make the game has two black sides on top and bottom.
Replies: 9
Views: 1327

Re: how to make the game has two black sides on top and bott

well, but when the character images do some motion, there it isn't.
I think there should be a mask to make that
by dakkor
Fri Jul 20, 2012 10:58 am
Forum: Creator Discussion
Topic: how to make the game has two black sides on top and bottom.
Replies: 9
Views: 1327

how to make the game has two black sides on top and bottom.

I want to make a game which looks like movie. So I wanna let it has a "letter box", two black sides on top and bottom of the main screen. And the dialogues put on the letter box, looks like a subtitle. How to do?
THX