Godot Game Engine Tutorial - Player Inventory - Part 3
Toffe
This is the third video of the tutorial series on how to create a player's inventory using the Godot game engine. We will be focusing on integrating and populating our item list, referencing items from our updated item database.
------------- LINKS ------------- Item Database (Updated): https://pastebin.com/cVvWtq0k
Godot Game Engine: https://godotengine.org Godot Documentation (Dictionary): http://docs.godotengine.org/en/stable/classes/class_dictionary.html Godot Documentation (Singletons):http://docs.godotengine.org/en/stable/learning/step_by_step/singletons_autoload.html Godot Documentation (For Loop): http://docs.godotengine.org/en/stable/learning/scripting/gdscript/gdscript_basics.html#for Godot Documentation (Item List): http://docs.godotengine.org/en/stable/classes/class_itemlist.html?highlight=item%20list Assets (Search for Generic Items 2D): http://www.kenney.nl Soundtrack (Calm by Silent Partner): https://www.youtube.com/audiolibrary/music
------------ 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=XgKYwyWnIoA
35764812 Bytes