Comments

Log in with itch.io to leave a comment.

Just bought this. It works in Godot 3.5, but I can't get it to import into Godot 4.2

Yes it was made for Godot 3.x. I'll have a look if it could be updated to Godot 4.x

Hi there! Could you include a license with your asset pack? I recently purchased and want to know if I can publish with it. Thank you!

Hi, thank you ! Ok, I'll update with a license. And sure you can use these assets in your personal or commercial projects.

(1 edit) (+1)

Thank you! Fantastic asset pack btw. Very nice that you have it in godot!

Hey, is it only for Godot or for RPG Maker also? im new :)

Hey, quite hard to say because I don't really know how rpg maker can be modified. But no it's not for for Godot only. I give all the images to recreate the hud but I also give a Godot theme so for Godot users it's easier yes.

(+1)

Hi there! You did a great job with that asset pack I really like your style. I've already integrated some parts into a new project of mine and it works flawless so far :)

Hi thank you for your feedback ! Don't hesitate to share some screenshots if you want should be nice to see how you integrated them :D

(+1)

I will :)

quick note: it seems you forgot an get_tree().set_pause(false) within the first condition of the _leaflet (Hud.gd) function. I had the problem that everything was frozen after closing the menu (I've just used the hud and menu scene so far).

My bad, I will fix that, thank you for reporting it to me !

(+1)

Hello! Beautiful asset pack. Where can I get the Godot demo?

Hello, thank you. The assets and the source code of the demo are packed in the same zip.

(+1)

I really like this asset pack as it is very rare to see Godot themes, I hope you do some more. One thing that would be very nice though is if you were to put your theme(s) in some sort of organized folder strucuture. I would suggest something like:

res://Deakcor/FuturisticTheme/<all files here>

That would make it very easy to copy your theme to different projects without conflicts and also if you do release more theme packs later when copied into the same project there would be no conflicts.

As it stands I ended up having to open your godot project, copy the theme and all files to some subfolder so godot would update references (fonts didnt work), copy over the fonts and update references, then copy it into my own project.

Hi, thank you for your feedback and nice suggestion. I will make an update for that.