Looks good dreambor.DreamBOR wrote:I leave you a video dessertainment about the project. I'm sorry I had a problem with the video capture, but the game goes over 60 fps.dubcity wrote:
cool. look forward to seeing it.
Te dejo un video desmostracion sobre el proyecto. Lo siento tuve problema con la capturadora video, pero el juego va sobre los 60 fps.
You said you did not change anything but your version skips the opening introduction scenes like shown here in this youtube video. the first 2:45 minutes of this video.
https://youtu.be/rcbshyD7WaU
This is the script for the intro.txt - 2 music .bor files + 6 motion files + title screen. This all originally equals 60mb. This is what I am trying to optimize or change to fit. Your intro doesn't have any of this.
Code: Select all
# music [path] [loop] # BOR file to play
# animation [path] [x] [y] # GIF animation to play
# silence # Stop music
music data/scenes/intro1.BOR
animation data/scenes/intro1.gif 0 0
animation data/scenes/intro2.gif 0 0
animation data/scenes/intro3.gif 0 0
animation data/scenes/intro4.gif 0 0
music data/scenes/title.BOR
animation data/scenes/ingame1.gif 0 0
animation data/scenes/ingame2.gif 0 0
animation data/scenes/title.gif 0 0
silence