Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
-
Zeekee
- Regular
- Posts: 66
- Joined: Wed Jul 23, 2014 10:17 pm
- Projects: No One But You, The Anomaly
- Organization: Annexe Interactive
- Skype: ytmnd111
- Soundcloud: zomgaarh
- Location: USAF Academy, CO
-
Contact:
#1
Post
by Zeekee » Thu Mar 03, 2016 12:06 am
I have a character sprite that I want displayed slightly to the right of the center of the screen, but not all the way to the right. How do I achieve this?
Currently, I have this:
I've skimmed through the guide a few times, but couldn't find anything useful; I may have just overlooked what I needed.
"When people sometimes misquote me, I don't know if they understand what I'm saying."
-Tommy Wiseau
-
yuren
- Newbie
- Posts: 14
- Joined: Sat Feb 20, 2016 2:41 am
- Projects: chomp2
- Github: yosephharyanto
- Skype: yosephharyanto
- Location: Indonesia
-
Contact:
#2
Post
by yuren » Thu Mar 03, 2016 3:27 am
You might have to use custom position to achieve that. The documentation is on
http://www.renpy.org/wiki/renpy/doc/tut ... Your_Story
Basicly there will be x and y, at each x and y will have pos and anchor position.
pos -> your image position relative to background
anchore -> your point in the image that become the anchor for calculation, relative to the edge.
Users browsing this forum: Bing [Bot], Google [Bot]