Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

0x72

793
Posts
6
Topics
7,447
Followers
53
Following
A member registered May 24, 2015 · View creator page →

Creator of

Recent community posts

(2 edits)

I see.

Why, the tiles are wall/no-wall rather than dungeon/non-dungeon.

For the later we'd have to redraw the tiles.

Alternatively you can figure out which cell is an edge in a separate step - each cell that has any dungeon neighbour that is a non-dungeon would be a wall; set them on a separate layer.


---

> However it sounds like in need two layers - one to fill in just the edges/corners on an upper layer and another under it for the inner layers for the floor?

I think this is consistent with what's in my head:

- LAYER ABOVE: walls
- LAYER BELOW: floors

(1 edit)

> So it sounds like I might need to render the floor as one sheet and walls as another?

Damn, yeah; this is the misunderstanding. This was my intention: walls and floors on separate layers.


Compare: "When you want to draw the floor" and "When you want to draw the walls" in https://github.com/godotengine/godot-docs/issues/3316#issuecomment-614923124 and you'll see how only one of them resables our walls.

(1 edit)

I might be missing something but how I see the wall layer, is that this particular tile maches A rather than B.

(1 edit)

I have trouble understanding how actually you draw your map. i.e. which cells are on and which are off.


 My understanding is that the middle of each cell represents the wall itself, and 8 minisquares around it are the presence or not of the neighbours.  So yeah, northen and southen horizontal walls would be the same because both, the void and the floor are marked as empty on above and below the wall. Like A (blue) in pic above: you have wall to the left, and right, nothing up, down and corners.

B (green) is in the other hand void/floor is to the top, but there are wall to the bottom.

(2 edits)

Hi Nick!

Two things: the horizontal walls - there's something off, you should see the bricks of the northen walls. If I understand correctly* than a horizontal wall that has no other wall to the top nor to the bottom should use tile (x:2, y:3). The tiles you mention are for like thicker blocks of walls (rendered as empty holes... idk, maybe I should had celing/floor there?

Second: Vertical ones. The autotiles pngs were created later than the picture you're refering to was made by hand (in Tiled iirc) using the tiles from the full tileset (0x72_DungeonTilesetII_v1.*.png).

I've just checked the Godot setup (couldn't remember, didn't look at it for a while :/) and now I recall that I had the same trouble and I gave up and just put the walls in the middle as you noticed. To fill the gaps I've provided the half-floors tiles in atlas_floor-16x16.png.

I believe what we want here is not possible with regular autotiles. I might be wrong but in any case the current setup is not sufficent. Meybe the "draw the floor" not "draw the wall" approach? IDK. (If you figure this out please let me know!)

[*] I'm always confused with autotiles. They are difficult to read to me and the setup is tedious, and yet they fail to do what I want and are super lmited otherwise. I'd rather go with a rule-base approach like ldtk or similar.

For what it's worth, the only update was implementation of leaderboard (only catalogue game can do that). Slightly less disappointed :) ?

(1 edit)

Hi Matt!

No attack animation, in my mind I expect one to swing the weapon around the character. Like... they don't have hands, it's all very symbolic.

Death animation... this one would be needed I guess; but I do not expect myself to find time anytime soon.

You can contact me through email (see itch.io profile page for my low effort website), or find me on Discord (0x72) but I won't be able to take any commissions any time soon. Sorry :(

(2 edits)

Wow, above and beyond! Amazing!

<3

This is the ultimate pixel character generator!!!!

(1 edit)

<3

Yeah, that was the intention.

LynxJam 2023 community · Created a new topic Thank you all!

Big thanks to all the participants! This cartridge traveled half the World and has just landed in my hands. It looks awesome. Now I need to find an Atari Lynx somewhere to test it out.


Hi there. Glad you like the sprites. I’m not sure I understand your question, but you can just download it and find out if the format suits your needs.

Cool game! I've got 976 points but cannot beat aribtrary 1000 mark

<3

Thank you for kind words. I'm working on expanding the whole thing, especially so there are more biomes.

As for the rate  - all depends on the project and amount of work needed. I'm only sometimes available, but if you interested send me an e-mail with a description of what you need.

<3

(14 edits)

Nuclear throne runs at 320x240, i.e. 20x15 of 16x16 tiles, and it looks amazing, but that's 4:3 (but not a one-room game).

16:9's bit more of a problem, but take a look at ScourgeBringer (one room per screen game). They use 480x270 (fullhd/4) render texture but grid is 480x272 and they just crop one pixel from the top and one from the bottom - it doesn't matter because first and last rows are always just flat dark background.

Basically the same as the short one:

I've added a boss fight! Hope you'll like it

Thanks a lot for testing this out! <3

Thank you for the gameplay video. I'm glad you like the game <3

<3

<3

(1 edit)

不客气!

<3

<3

Hi! Amazing! Looks like fun!

Oh, and I know it's chill and all, and I actually appreciate the approach and I wouldn't even dare to suggest to change the rules or anything but I've read: "OK, but I cannot really make a platformer or a 3D game with these assets…" and I'm like: I've seen a few retro-style, 3d games made with these assets, so it is possible :)

Good luck with the jam! I'll keep eye on it!

Yes

https://www.tldrlegal.com/license/creative-commons-cc0-1-0-universal

wow! Amazing. I love it. Thanks for sharing. Made my day ^^

So much juice, I've enjoyed it so much! Great jam entry, and your first no less!

Amazing :)

You can use this tileset for whatever you like (CC-0).

That's the spirit! Fingers crossed!

It still looks a great and is lot of fun! Thanks for the credits. They are all right, no worries. 

yes you can

\o/ sorry I didn't respond on time, happy you've managed on your own :)

Super fun!

Super cool! I like typing games :)

fun! cool concept!

(1 edit)

Hi there!

It's all undocumented but you should be able to just enlarge the files and it should work.

faces.png and heads.png: add 16 pixels of width for each part you want to add and just draw it there.

base.png: 24 pixels of height and just draw it there.

Remember to use the same colors (yellow outline, green skin and so on), they are specified in config.json as fromColors

(2 edits)

Amazing!

Cannot recall why I didn't animate all the characters. Thanks for doing this, great work! Adding the link to the description.

<3

(1 edit)

Hm.. interesting. I cannot reproduce this one. What browser/OS do you use? Does it happen to other head types? Does changing colors affect it in any way?

As for why: I use a couple of colors as key colors in the templates to replace them with whatever the user chooses. In particular for skin it's green (00ff00) and dark green (008800) and outline is yellow (ffff00). The colors on the image you've send are a bit off (07fe00, 008b00, f7fc00) so they weren't replaced; but why only on the edges?

There is also a 5% shadow to the left of the head (not visible really, but you'll find it when you inspect the file) this looks like a clue. I'm especially puzzled that it on'y happens to two frames and only part of the picture; super weird. I'll be looking into that.