-
```
It would be cool to have mega CD suppot to play game like Dune, Road
Avenger... Maybe look at the code used by Notaz for his emulator Picodrive
http://notaz.gp2x.de/
Thanks for your hard work on…
-
They required a specific/slightly uncommon knowledge of solar system, however they do add good & difficult "trivia" to the game. Unsure if I should replace these or not.
-
Hi!
I am trying to compile density cross platform using cmake and it does compile with minor modifications. however I am missing some tests which ensure the validity of you library. If you had at le…
-
I'm following the guide at https://underscorediscovery.github.io/flow/guide/sublimetext.html, using the sample `project.flow` in luxe/tests/features/draw. Completion seems to... do nothing. Opening th…
-
Hi there,
Is there an option to show the countdown timer with the total_duration but not start it? if i use start: false it won't appear until i call .timerCircles().start() . The reason why i'm aski…
rhadu updated
10 years ago
-
A user's waifu/husbando name is made a link to the anime that character belongs to. It might be nice to also have a button to see who else has the same waifu/husbando. I could see this opening up int…
-
Hey there. I'm surprised no one else has had this problem, but I just finished the "Iron Knight" quest, and the "Mustaine's Milestone Mashing Morningstar" has not appeared in my inventory. I used the …
-
can i make game like trivia game in this chatbox?
gezle updated
10 years ago
-
yo so here's a relatively convenient way to discuss plans & stuff?
(basically an extension of the devlog i guess)
-
Is there a suggested (safer?) way to refer to entities in components? Currently I'm just doing this:
```
public class Homing extends Component {
public Entity target;
..
}
```