Godot Game Engine Tutorial - Player Inventory - Part 1
Toffe
This is the first video of the tutorial series on how to create a player's inventory using the Godot game engine. We will particularly focus on managing and importing our assets (Item Icons) and setting up and testing our item list.
------------- LINKS ------------- Godot Game Engine: https://godotengine.org Godot Documentation (Item List): http://docs.godotengine.org/en/stable/classes/class_itemlist.html?highlight=item%20list Godot Documentation (For Loop): http://docs.godotengine.org/en/stable/learning/scripting/gdscript/gdscript_basics.html#for Assets (Search for Generic Items 2D): http://www.kenney.nl Soundtrack (Ticker by Silent Partner): https://www.youtube.com/watch?v=K0_VDom80DM
------------ Source Codes ------------ Script_PlayerInventory.gd: https://pastebin.com/JXi3nnD7 Global_Player.gd: https://pastebin.com/rfmgg5jL Global_ItemDatabase.gd: https://pastebin.com/q4ET5giV Global_DataParser.gd: https://pastebin.com/gTvjc3YA Database_Items.json: https://pastebin.com/cVvWtq0k
----------- 3.x Port Github Repo ----------- Master Branch: https://github.com/toffesource/GodotPlayerInventory Item Split/Merge Branch: https://github.com/toffesource/GodotPlayerInventory/tree/Item-Split/Merge-feature ... https://www.youtube.com/watch?v=pZAHM_ZsoYU
42096861 Bytes