Rule Changing Scene height and width possible?
Player_E
Member, PRO Posts: 604
I have been experimenting with the change attribute action and I notice there is an option for the following
Change attribute: game.Display Size.Width To: X
now I have my game currently with the width at 1440. this causes some issues with wrap on the X axis, so I decided to set up things up like this
default game width is 480
game attribute zoom in = true
change attribute: game.Display Size.Width To: 1440
otherwise:
Change attribute: game.Display Size.Width To: 480
This does not work my scene size does not change and the only solution I can think of is that the attribute game.Display Size.Width actually does not relate to the scene size, so i was just going to the community for confirmation on this.
Thanks for any info.
Change attribute: game.Display Size.Width To: X
now I have my game currently with the width at 1440. this causes some issues with wrap on the X axis, so I decided to set up things up like this
default game width is 480
game attribute zoom in = true
change attribute: game.Display Size.Width To: 1440
otherwise:
Change attribute: game.Display Size.Width To: 480
This does not work my scene size does not change and the only solution I can think of is that the attribute game.Display Size.Width actually does not relate to the scene size, so i was just going to the community for confirmation on this.
Thanks for any info.
Comments