1 year ago

Ok, got a very basic tile set drawn (just 2 tiles), drawing the base wall tile and ground with the old system, and adding in the top bit on room start as a depth based tile, but would you look at that....you can see yourself through the gap

Fixed?? Gif2


Update: Hmm, ok so offsetting is the way to go, but that means I have to make sure that the wall top tile contains dupe pixels to make sure it all matches up. Unless I offset the tile y in the tileMap?

Hmmm, doing tile_add for the walls too instead of just drawing them wont work...because then you couldn't stand in front of them.

I think I'm going to have to draw a taller tile covering part of the wall?

Draw them 8 pixels taller like the red box here indicates

image.png

WAIT no, I keep the same size but draw it off-grid??



0 comments

Loading...

Next up

Got around to adding some blending between the Beach and Desert now i should probably populate the Beach with some things to make it a bit nicer to look at!

Will do tile variants like I have for Grassland, but I'd like objects to interact with too.

I now have Magic!

kinda.

Ok, got some tile variations on the Beach, but it's just RNG. I need to work out some patterns and use those instead. I had some with little bits of grass but they looked bad.

Also added Shells and Glass Bottles.

Happy #WIPWednesday!

Are you working on a game?

Making some art?

Practicing a song?

Something else?

Tell us in the comments!

OMGOSH Someone just subbed to me on #Kofi!

Thank you so much for your T2 membership Jana, I sincerely appreciate your support!

It will really help me out a lot!

Happy #WIPWednesday! Are you working on a game? Making some art? Practicing a song? Something else? Tell us in the comments!

Now I have Fireballs!

I THINK that's all fixed and working? Gained loads of FPS back.

I thought I'd need to remove another nested for loop, but since Ground Surface is only done once I don't.

Only issue is I've lost the dust cloud when adding Paving.

@ilta is a Jolter to Watch! She's your local elven blacksmith! She creates pixel art, swords, chainmail, and more! Follow her before the quest ends on February 4 and you'll get Coins!

Hmm. Attack movement (for spells) set attacks to use if runSysTimer mod 10 == 0, instead of the if alreadyHit == false, to run the collision code.

Seems to work I should probably experiment to see how infrequent I can be with the trigger.