|
Search Results
|
| Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
| |
|
Thread: Morgana retro Dungeon Crawler (uses Tilengine)
Post: WOW!!!
| Wow, this looks really neat…
However, I'm not on "Facebook" I'm afraid, so I hope you post more updates & info, etc… |
|
PerspexSphinx |
Game development topics
|
59 |
173,328 |
11-19-2019, 07:39 AM |
| |
|
Thread: Colour Cycling
Post: RE: Colour Cycling
| GrafX2 a great program for colour cycling (still in development!!!)... YouTube tutorial: “GrafX2: Indexed Color Cycling Animation”
https://www.youtube.com/watch?v=Lg3kolPcVOw |
|
PerspexSphinx |
Support
|
15 |
51,393 |
04-26-2019, 05:24 PM |
| |
|
Thread: Colour Cycling
Post: RE: Colour Cycling
| Useful tips on colour cycling from Mark Ferrari… on YouTube “8 Bit & '8 Bitish' Graphics-Outside the Box”
https://youtu.be/aMcJ1Jvtef0 |
|
PerspexSphinx |
Support
|
15 |
51,393 |
02-27-2019, 08:26 AM |
| |
|
Thread: Colour Cycling
Post: RE: Colour Cycling
| Hi,
Are you planing to upgrade the python binding to reflect Release 1.21's core library changes through it’s binding to PySDL2?
I am using Tilengine on Macitosh & Raspberry Pi and I noticed you hav... |
|
PerspexSphinx |
Support
|
15 |
51,393 |
05-31-2018, 02:33 AM |
| |
|
Thread: Colour Cycling
Post: RE: Colour Cycling
| Hi again,
I have managed to use aiff, ogg for sound effects using...
sounds = Sound(number of channels, path)
sounds.load(name, file)
and
sounds.play(name, channel)
...with the python binding an... |
|
PerspexSphinx |
Support
|
15 |
51,393 |
05-17-2018, 03:36 AM |
| |
|
Thread: Colour Cycling
Post: RE: Colour Cycling
| Hi again,
changed line 1858 in tilengine.py and now call set_blend_mode() method works with the various blend modes, which is great. I was just wondering though, why for MIX, there is just set value... |
|
PerspexSphinx |
Support
|
15 |
51,393 |
05-06-2018, 03:33 AM |
| |
|
Thread: Colour Cycling
Post: RE: Colour Cycling
| Hi again, sorry, I see that this is mentioned in chapter 07 of the docs, but then it says please refer to Chapter 09 - Blending, which doesn’t seem to have be written yet. But I am having trouble gett... |
|
PerspexSphinx |
Support
|
15 |
51,393 |
04-29-2018, 02:53 AM |
| |
|
Thread: Colour Cycling
Post: RE: Colour Cycling
| Hi, I got a sprite Colour Cycling (have not tried cloning it’s palette yet) but now I was wondering if one can change a sprites blend mode using set_blend_mode(mode)? Or does this only work on backgro... |
|
PerspexSphinx |
Support
|
15 |
51,393 |
04-28-2018, 06:08 AM |
| |
|
Thread: Colour Cycling
Post: Colour Cycling
| Hi,
I got Colour Cycling to work on my background and it is great to be able to use this unique effect.
Is it possible to have Colour Cycling in sprites and if so can it be independent to the backgr... |
|
PerspexSphinx |
Support
|
15 |
51,393 |
04-18-2018, 06:09 AM |