Search found 2 matches

by wheelsofsteel
Sat Jan 26, 2019 10:45 am
Forum: Support and Development
Topic: How to stop shader erasing background (moonshine library)
Replies: 0
Views: 3108

How to stop shader erasing background (moonshine library)

Hi all! So I've recently started to become interested in shaders and I found the moonshine library which seems a very interesting project. I am still learning how to write and incorporate my own shaders so this library really helps me out. I especially love the godsray effect (it scatters light) and...
by wheelsofsteel
Tue May 09, 2017 5:36 pm
Forum: Support and Development
Topic: 'OOP' how to generate a table of anon enemies on "game" object's initilization?
Replies: 2
Views: 2972

'OOP' how to generate a table of anon enemies on "game" object's initilization?

Trying to concisely sum up what I wanted to ask in the title was a bit difficult. Some background, I normally use JavaScript and this crazy, new and exciting world without arrays and stuff is a harsh adjustment! Basically, what I like to do in JS is init an instance of my game class (if we can say '...