- Joined
- Mar 12, 2026
- Posts
- 9
Thank you so much! It looks fantastic and works great <3@sprites["watch"].x = (Graphics.width - @sprites["watch"].bitmap.width)/2after this line, add
Ruby:@sprites["image1"] = IconSprite.new(32,64,@viewport) day_image_path = "Graphics/Pictures/introGirl" night_image_path = "Graphics/Pictures/introBoy" @sprites["image1"].setBitmap(PBDayNight.isNight? ? night_image_path : day_image_path)
32 is the x coordinate and 64 is the y coordinate. Change it, as well as day and night paths.