Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 58 to 97 of 112 · Next page · Previous page · First page · Last page

Hello, can you describe what actions character animation represents?

there are 4 animations of main character and they are each in a separate row: idle, run, attack, switch.

But you can use them anyhow, I've seen people using switch as attack and it's just as fine : )

Amazing Tileset!
But... How I can Use the Particle_Example.love in unity? 
Thanks!

(+1)

Thank you,

You cannot. This would be weird. 

You'll have to find another source to learn how to do particles in Unity. I wouldn't expect it being much more difficult than in LÖVE, but I'm unable to point to any particular resource besides the docs because I do not use Unity.

Good luck!

(1 edit)

oh, no, thanks.
I created something like this particle effect via particle system and pixel perfect camera!


Thanks!1!

P.S. I'm making a game like yours, so thanks to you for making those amazing tilesets for free and helping me whit this things to practice on making game!

Hi 0x72! I made a quick 1-level platformer with this tileset for an online course I'm doing. You're in the credits!

You can play it here.

(1 edit)

Nice! good job! Make more levels :D

Hey I created a game with ur awesome art, it uncompleted btw..

https://supermina39.itch.io/that-weird-dream

This is bloody difficult, or is it just too late for playing?

Keep up the good job :)

Thank you for looking at it, Yeah , the game is difficult, but i think that is because of the bad level design :'(. I noticed that there are many bugs, the tutorial is useless as people who played it never read the tutorial, and the story is crappy. But after all that was a game jam, so that is expected :D.
Thank u again for ur beautiful assets <3!

nice

Can I use this for commercial purpose?

yes

Thank you

Hey just saw you played my game already and realised I forgot to comment here =)

But yeah thanks a lot for this awesome free tileset, really love the cute style and colors! Keep being awesome!

Hey! thanks for the game - it's geeky and fun!

(1 edit)

Thank you so much for this amazing artwork Robert! I made a platform puzzler using it called Somnium. Here's the link https://play.google.com/store/apps/details?id=com.WetMudStudio.Somnium

It's available on android as of now

It would be great if you can check it out. Thank you once again for giving us this beautiful sprite sheet! 

Cool puzzle game!

I like how you made it impossible (difficult?) to get stuck with the boxes!

I think that there might be also too much text explanation to my taste.

No idea how to pass level 11 : )

Thanks for the feedback Robert!

Will surely try and cut down the text while creating the next update for the game. 

Thanks for this!

I made an edit (also CC0) of your art for this game.

Fun game!

And thanks for the attribution!

Thank you for sharing. Love it.

go make a game now : )

Great tilesheet!!!! Used in this little free game: https://spyr.itch.io/factory-rush

I tried but I suck so much!

But like it anyway. Using otherwise dangerous bullets to jump higher keeps you on your toes all the time : )

thanks, what program did you do this?

(+1)

https://dacap.itch.io/aseprite

Hey, I was wondering how did you make it so that when you hit the angled boxes they rotate? 

Hi there! I've send you and email but just so this doesn't hung unanswered:

It's basically matter of keeping rotation value for drawing and target rotation separate values.

so something like this (pseudocode):

update:
    rDraw = rDraw + (rTarget - r) / 2
triggerRotate:
    rTarget = rTarget + 1 // 1 instead of PI/2 directly so getDirection is simpler
draw:
    draw(image, x, y, rDraw * PI/2)
getDirectionOfTheBulletAfterItIsReflected:
  let t = fmod(floor(rTarget), 4)
  if (t==0 and fromX==1) or (t==0 and fromY==-1) or (t==2 and fromY==1) or (t==2 and fromX==-1) then
    return -fromY, -fromX
  else if (t==1 and fromY==1) or (t==1 and fromX==1) or (t==3 and fromY==-1) or (t==3 and fromX==-1) then
    return fromY, fromX
  else
    return 0, 0

Hey, Thank u for sharing this amazing assets. I used it to create a minigame https://thehunter32259.itch.io/broken-factory Really loved your artwork

Thanks! And keep up making games! : )

Hey, just wanted to say thank you for the artwork. I used it for my personal "one game a week" challenge. You're doing the Lord's work by saving everyone from programmer art. https://bts-ash.itch.io/w610-the-seven-orbs-of-captain-orb-guy

(+1)

I'm a programmer, and this is my art, so technically.... XD

Thanks for using it! Have fun and never stop creating!

Thanks for the awesome artwork.  Check out what we did with it: https://srgalorath.itch.io/server-city

Hi there!

Fun game! I've got to the final (I believe) boss but it beat me : )

Thanks for letting us use them, also the Particle_Example.love is a "love" file not a PNG. Please change, thanks :D

You're welcome, I'm glad it's being used : ) Have fun! 

A.d. particle_example - it's a `.love` file as it's supposed to be. Not sure what you mean tbh.

What I mean is one of the files "particle_example.love" is not a PNG file, so I, nor anybody, can view it. In short it is corrupted because of the way you named it. Please re upload it with proper naming.

(+1)

> What I mean is one of the files "particle_example.love" is not a PNG file, 

Yes.

> so I, nor anybody, can view it. 

Not really. As it's a .love file there is no point of naming it with .png extension, this would be misleading.

> In short it is corrupted because of the way you named it.

It's not, and if it were the name doesn't make a file corrupted.

> Please re upload it with proper naming.

It is uploaded with a proper name.

---

`.love` files are actually zip archives. On most unix-like system you're able to extract it's content with something like:

```
unzip particle_example.love
```

I don't know how to achieve that on a windows machine, but I'm sure it's also easy.

This one contains some code and the tileset itself; It's supposed to be used as an example how to setup a particle system. 

TBH I'm quite convinced now that I shouldn't have written it, as it brings more confusion that it's worth. I'm sorry for that.

see: https://love2d.org

---

Let know if anything is still not clear!

https://love2d.org

Hello, I used your characters in my game https://kongkibra.itch.io/super-kong-gun

Thanks very much for sharing this

I was on steam and found this https://store.steampowered.com/app/865240/Jumpo_Joe/ and thought "that art looks familiar..."  pretty cool!

Thank you for your tilesets, they are awsome. I suck alot at art and designing so getting a good tileset is pretty importand for me. 

I gave you an attribution in the credits. the game is here Game Link

I used your tileset & character in a couple tutorials in a series on web game dev (Phaser 3 #2/5 Dynamic Platformer and Phaser 3 #5/5 Matter.js Physics Platformer). I just wanted to drop a note to thank you for making & sharing the lovely assets you created. They were a lot of fun to use. There's an attribution to you at the top of the source code for each section, but let me know if you want it changed.

(+1)

Wow, that's a really in-depth tutorial. Good job!

Thanks for the attribution - I'd all good.

I've made use of your character in a bit of a nonstandard way as an asset for a game I made for a game jam. I'll post a link here when I am done. :-) 

Here it is! https://pure-awesome.itch.io/a-eye

(+1)

So many of them at once :D! Indeed I didn't expect a tower defence.

Recently posted what I made using this onto itch. Thanks for the assets!

https://greatestkracken.itch.io/unfaded-concept

Deleted 2 years ago

Nice! I like your character. Cannot score more than 8 though :(

Hi there,

 just let you know that I am using your art for a 8bit retro-game (MSX computer). Release date is unclear, just will let you know once is done. In the meantime here a sample of how it looks so far. Note that MSX has a fixed palette and colour bleeding, so still have to do some work so that it looks nicer.

So retro! Nice :D

(+1)

Hello! I know it's late but THANK YOU. Without your tileset DERE EXE wouldn't be the game that it is right now. I recolored it to make it more "gameboyish" though hope you don't mind. I know credits aren't necessary but I just had to. I credited you as "Robert 0x72 " https://appsir.itch.io/dere-exe-please-do-not-play-this-game

(+1)

Wow, looks very nice! I'll definitely try it out over the weekend (looks like I might need more time for this one :)).

As for colour changes: Of course I don't mind. I'm happy with people modifying the assets so it suits their game better.

As for credit: thank you; much appreciated.

(1 edit)

Is credit like that allow ? With a link when clicking on your name that link to your itch.io profile.

Thanks a lot for your hardwork that you release free for us, little indie dev where tiles isn't our best skill haha :) Seeing you still active even if it's been 8months since you released it make it even more enjoyable!

Would really love to see more tiles of this project like more mobs / platforms / Enviroment / or anything that can add contents <3

(Sorry if my english is not that good, im French haha)
(1 edit)

Sure, whatever works; this one is actually super nice, hearts and stuff :D thanks!

OMG it's 8 months already! I'm glad it helps someone; when I released that I was a bit afraid that no-one would care and seeing so many people actually made use of my work is truly uplifting (thanks again!).

I cannot promise any more content right now. When I finally find some time it'll probably be an extensions to the dungeon tileset first or maybe something entirely new, so please don't wait for an update for this one, sorry :(

That being said I encourage you to give it a try and draw whatever you need on your own. I know it's probably not as much fun for you as programming but who knows? Maybe you'd like it. 16x16 pixel art is very approachable. Small tip: draw robots - they are relatively easy to animate :)

Is there any place I can check out your game?

(Your English is great, you need not to be sorry about that)

(2 edits)

I would still look into your new project then, you have such a talent that I don't want to miss stuff you create haha :)

Im only good at drawing homes like a 5y old kids, and im not creative enough to have ideas to be honest haha

Well Im still working hard everydays on it, Im still developing the GameDesign with all main feature of the Gameplay, mainly the one you did in your gif that show your work, I added a "Inspired by.... used with permission.", I can still share you a short preview of the work i've done so far (sorry for the debug text top left)


Don't judge my work on this poor gameplay please >.< Behind that, there is a database recording for each players best time on each levels, that create an online Leaderboard for like SpeedRun :) I still have lots stuff to do such as particules because I use a Drag&Drop ide, like GameMakerStudio and so particules aren't the .love project you gave, but still possible to create, Ennemies, Boss, Puzzle, but I have motivation enough with all the tileSet you gave and can't thank you enough for that!

[Update] Just tried some stuff for the particules :)


(1 edit)

Hi Robert, thank you very much, your tilestet was an inspiration to me, I created a prototype, see if you like it: https://ordnas.itch.io/atomic-cathode. I also added you on the credits. Keep doing these fantastic tileset!

Fun! And the dragon - so unexpected :D

is that particle that you have in the demo GIF? Can't seem to find it in the tileset...
Other than that, I absolutely love the tileset!

(Gonna use it for a school project of mine!)

~Seppah

It is indeed; using just this one tile:

There is a .love file in the downloads so you can see how it was implemented (just unzip it to see the code).

Thanks! Will check it out when I have time

What IS UP, fellow!?

Just passing to share with you a small prototype of mine using your amazing tileset: https://manygames.itch.io/thestrangebob

I'm still learning the unity engine, with zero experience on how to design levels so, hope you enjoy and don't get mad if i literally copy those 4 slices of scenario you have here in this page :D.

(3 edits)

All good!

No mad at all, quite the opposite, I'm happy you had something to work with, drawing rectangles is (usually) no fun at all!

Nice prototype, looks like all core mechanics work nicely. You just need to design levels now, tweak some variables here and there, add some story and you're ready to ship the game.

One suggestion if you don't mind: you used black for the background - I recommend to either change it to #1b1e28 or alter the tileset a bit if you feel like it's too little contrast.

I hope you'll continue working on this one, feel free to share progress :)

(1 edit)

Looks cool, giving you credit would be an honor of mine, also, i'll be sure to show you my game when it comes out, i already made a dev-log on Game Jolt. The game is called : "NO MESSING AROUND"

How to increase image size without losing quality ? 16x16 is very small, almost impossible to see. May seem like a dumb question but honestly i do not know how to do it.

thank you in advance

(2 edits)

You're looking for "texture filter" or "filter" feature in your engine/framework of choice and "nearest" or "point" or "no filtering" value for that.

Sorry cannot help you any further not knowing what software you use. 

(https://en.wikipedia.org/wiki/Texture_filtering#Nearest-neighbor_interpolation)

And don't worry, asking questions is good. I'm glad I can help.

I am using Gimp or Krita, I'm learning to use them yet, thanks for the answer, I'll search more about it.

In Gimp you can use "Image" -> "Scale Image..." and then in a popup window choose "Interpolation" to be "None" and resize e.g. 300% or whatever you like..

In Krita you can use "Image" -> "Scale Image To New Size..." and then in a popup window choose "Filter" to be "Box" and resize e.g. 300% or whatever you like.

(1 edit)

It worked for both, thank you very much. You recommend some tutorial for pixel art ?

I'm glad  it helped.

No idea for a pixel tutorial; but I recommend limiting yourself: small resolution (like 16x16 or even 8x8), few colours (2-5) - it's easier to get decent results.

Dropping a message to thank you for this amazing tileset, I love the art.

Will be using this in a game I have to create for university admission into a game programming course.

This will definitely make it look great, thanks again!

(1 edit)

Nice! I wish you  good mark!

I really love these sprites, and I would like to use them in my game, could I make a game and sell it on steam using these sprites, I would defiantly give you credit.

Yeah, sure. I'll be more then happy for you :)

thanks so much!

(3 edits)

Hello! This is a terrific tileset that I use in my game for GitHub GameJam! You can evaluate the example level here: 


The fact that stops me before the alpha release is music! I will be happy with any help! Any music! :)

(1 edit)

This is amazing, I love it!

As for music and sounds I cannot offer anything concrete but you can take a look at https://freesound.org - you should find something decent there.

Good luck! You still have a couple of days :)

Hey, Not sure if you're using unity, but if so, how did you create the light effects on the bulbs and the checkpoint? Thanks

In Unity you need to create: New > Material, then choose Sprites/Difuse, set the color to pure black and add it to every single object to make it hide when no light is over it. Then, you need to add a source of light to your hero. Check this out: https://manygames.itch.io/thestrangebob
There is a hidden area to the left, destroy the boxes to get access. There, you will find a tower, inside this tower every object has this material.

I'm sorry I could not answer earlier.
I'm using MonoGame. The effect is achieved with shaders. I think they can be applied in Unity ...

Hi, quick question; that flame animation you have on your gif's are you planning on selling it or publish it; looks awesome, I would love to use it as well.


I am loving your art a lot!

(3 edits)

Hi there! Thank you for kind words.

The flame is just a particle effect produced with LÖVE (love2d.org) framework. The graphics used by the particle is actually already there in the tileset. It only uses one, 16x16 tile from the tileset. In v1 it's {x:160,y:304} in v2 I moved it to {x:208,y:256}.

Anyway, I'm sure it's as easy to setup with any particle system your engine of choice is using :)

Moreover if one would try to use the a frame-based animation for this effect the results wouldn't look as good so there is no point of producing one, hence I'm going to produce one.

I had this questions a couple of times already. I've create an example .love file so you can take a look inside.

Awesome, I was able to do a nice particle system in unity with the sprite you mentioned (v2.  {x:208,y:256}). As soon as i have some play test demo I will be sending it to you.


Thanks again

BTW a few weeks ago I sent you a link for you to take a look at a game a am doing in windows, you mentioned that it freezes using wine, so here is the web browser version of it :)

fernandoa83.itch.io/gottafixmyship

For my next mini game I will be using your sprites since they are awesome; cant wait to show you my progress.

Regards.

Can't wait to see it :)

Also: fun game, keep up the good work!

(3 edits)

Pretty cool tileset! Would you mind if i used this for a play store game? The game would be similar,probably a puzzle one but i guess i'll add some npc's and some enemies as well. I'll ofc credit you.

(1 edit)

Thanks. Quite the opposite! I'd be happy if you make a game out of it (this is kinda the point :D). Feel free to expand and/or modify the tileset itself. Don't forget to share a link when you finish :) 

Good luck!

Thanks mate! Appreciate it!

Deleted 6 years ago
Viewing most recent comments 58 to 97 of 112 · Next page · Previous page · First page · Last page