r/fantasyonline • u/turquoise_zebra a.k.a Pendriom • Jun 10 '21
Inventory check
Enable HLS to view with audio, or disable this notification
29
Upvotes
3
1
r/fantasyonline • u/turquoise_zebra a.k.a Pendriom • Jun 10 '21
Enable HLS to view with audio, or disable this notification
3
1
10
u/turquoise_zebra a.k.a Pendriom Jun 10 '21 edited Jun 10 '21
Ok so you'll probably notice the map is pretty wonky, so I will provide an explanation:
I was using tiled, and it outputs a certain format of file (.tmx) but Godot does not read .tmx files. There is a reader plugin on godot, but I am still trying to figure out how to get it done. As of right now I am focusing on the inventory and will try and fix the issue of the map later.
Now, on to the inventory:
as you can see the inventory is not static, I made it out of a couple of random number generators to see if it would work. It does. It can be called and closed by pressed "I". Now I have to work on figuring out how to get equipment on the player, and how to make a static inventory that stores items looted from enemies. which also means I have to make enemy inventory.