Author Topic: Some release-end required PB stuff (For games to release)  (Read 624 times)

Antikore

  • Developing Mortal Theater at day, developing depression at night.
  • Level 22: Trex
  • *
  • Posts: 2020
  • Enjoying Platform Builder from the very start
    • View Profile
    • PBuilder Resources
Some release-end required PB stuff (For games to release)
« on: July 21, 2021, 03:31:04 PM »
Commands
Code: [Select]
target fps = [fps] // Changes the FPS target
window width = [size] // Changes width of the window / resolution
window height = [size] // Height ...

music volume = [volume] // Music volume
effects volume = [volume] // SFX volume (for sounds and custom sounds)

<window caption> // Changes window caption accordingly

player/enemy/item/projectile (ID) hspeed = [horizontal speed]
player/enemy/item/projectile (ID) vspeed = [vertical speed]

game layers and scrolling automatically certain background layers while others not
being able to place tiles dynamically
Sorry because my English is not very good because I'm Spanish ;) :P