Jump to content

ani_image it doesn't work, pls help


Recommended Posts

why does this code not work? always read bg1 or if you change them both you see the dark background

 

"name" : "bg2", "type" : "ani_image", "x" : 0, "y" : 0,
			##"x_scale" : float(SCREEN_WIDTH) / 1024.0, "y_scale" : float(SCREEN_HEIGHT) / 768.0,
			"width" : 1024.0,
			"height" : 768.0,
			"x_scale" : float(SCREEN_WIDTH),
			"y_scale" : float(SCREEN_HEIGHT),
			
			"delay" : 60,
			"images" :
			(
				"locale/es/ui/login/anime/1.sub",
				"locale/es/ui/login/anime/2.sub",
				"locale/es/ui/login/anime/3.sub",
				"locale/es/ui/login/anime/4.sub",
				"locale/es/ui/login/anime/5.sub",
				"locale/es/ui/login/anime/6.sub",
			)

 

.sub

title subImage
version 2.0
image "1.jpg"
left 0
top 0
right 1024
bottom 768

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.