landgreen / n-gon

2-d physics rogue-lite platformer shooter
https://landgreen.github.io/n-gon/
GNU General Public License v3.0
162 stars 234 forks source link

What else should go in this list? #318

Closed landgreen closed 1 month ago

landgreen commented 1 month ago

I'd like to make this list longer. What else should I add?

Screenshot 2024-09-27 at 7 24 22 AM

I was thinking of adding this: //download latest version of n-gon https://codeload.github.com/landgreen/n-gon/zip/refs/heads/master

kgurchiek commented 1 month ago

m.energy is in there twice

landgreen commented 1 month ago

woops, thanks... by the way have you found this list inside n-gon yet?

kgurchiek commented 1 month ago

Yeah, I accidentally got it a few days ago. What causes it?

landgreen commented 1 month ago

it spawns every time, just a fun easter egg, (maybe make your previous post more obscure)

redacted-01 commented 1 month ago

umm Level.Setlevel("name") replace name with the name of the level

redacted-01 commented 1 month ago

would be useful for trying out new levels and features

corneeme commented 1 month ago

how do you trigger this?

coaldeficit commented 1 month ago

level.levels = ["clock"]; for messing with the level order, very useful for testing (clock can be replaced with any other level)

kgurchiek commented 1 month ago

level.levels = ["clock"];

this is Cornbread2100 and I approve this message