Author Topic: Comments and disabling GUI stuff  (Read 959 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
Comments and disabling GUI stuff
« on: April 14, 2019, 09:04:59 AM »
Will be awesome to have in Platform Builder a comment option.
For example
Code: [Select]
//If health is less than 0, kill the player
if health <= 0
{
     lives - 1
}
Will be good that the error detector doesn't detect this as an error.

Another idea is to disable parts of the GUI. A menu that you can select which parts to disable or enable, also this can be done with commands :)

For example, if I want to hide score, hide the time, hide the health, hide the ammo etc.
Sorry because my English is not very good because I'm Spanish ;) :P

CGM

  • Christian, 3D artist, former Platform Builder gamdev
  • Master Builder
  • *
  • Posts: 3836
    • View Profile
Re: Comments and disabling GUI stuff
« Reply #1 on: April 15, 2019, 05:58:05 AM »
Yeah. That would be cool. I like all of those ideas.