Creating a Minecraft style menu in Python [Ursina]

Опубликовано: 09 Май 2021
на канале: Clear Code
33,578
953

A tutorial about creating a Minecraft style menu in Python with Ursina. The project somewhat follows from my previous tutorial on how to create a basic Minecraft setup in Python.

Original Minecraft in Python tutorial:    • Creating Minecraft in Python [with th...  

About 20 more videos until I get to all of Minecraft :D

Timestamps:
0:00:00 Intro
0:01:03 The Logic of the project
0:02:25 Creating the screen and menu background
0:06:30 Creating a basic draggable Item
0:11:27 Creating the grid
0:15:47 Connecting the Draggable to the grid
0:22:06 Snapping the Draggable into the cell
0:36:27 Adding Item textures
0:40:47 Adding items by pressing a button
0:52:10 Swapping overlapping items