Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Game asset Tutorials Page 2

Devlog #2 - Creating the first track - Town Theme
Tutorial
Hey there guys! As promised, today I will show you my approach while composing the first track to this game music pack - a town theme. We will be going through...
How to draw a dungeon
1
3
Tutorial
I'm going to show you my process for drawing a dungeon with these tiles. First of all, remember that you can adjust the size of the "find drawing" window. Drag...
Zumo Spin - Modern Suits Slot Asset V1_8
Tutorial
Zumo Spin Documentation Welcome to the official documentation of Zumo Spin - Modern Suits Slot Asset v.1.8, the betting and gaming system 2D casino! If you are...
2 files
Adding FBX
Tutorial
Start Blender -> Files-> Import Files -> OBJ -> Files -> Export Files -> FBX...
1 file
Stick
Tutorial
THE CONTROLLER STICK The Controller Stick is a UI Component that can be very useful for providing a Controller Stick on Mobile Platforms without losing compatib...
Button
Tutorial
THE CONTROLLER BUTTON The Controller Button is a UI Component that can be very useful for providing Controller Buttons on Mobile Platforms without losing compat...
Event Manager
1
Tutorial
THE EVENT MANAGER EventManager is a struct that takes care of triggering events for the right objects. It manages the Event Listeners you add and it is the most...
Event Listener
1
Tutorial
THE EVENT LISTENER EventListener is the base struct from which all Event Listeners should inherit. The EventListener struct contains information about the Objec...
Event Type
1
Tutorial
THE EVENT TYPES The first thing to do to properly configure the Giavapps Event System is to create your list of events that you can have in your application . A...
Selection Box
2
Tutorial
In the Selectable Object experiment we’ve seen how to use Area2D to create a SelectableArea to trigger selection on a single object at a time. But…in strate...
1 file — 1.0.1
Selectable Objects
2
Tutorial
In many strategy games is common to have multiple controllable units. A cool mechanic to have in these situations is to allow the player to select only one unit...
1 file — 1.0.1
Jump with Snap
1
3
Tutorial
In the first experiment about moving on slopes , I mentioned that with the move_and_slide_with_snap jumping would become a tricky feature. This is because since...
1 file — 1.0.0
Jump and Fall Through Platforms
2
4
Tutorial
Still on the mood of platform games, I’ve made a quick experiment that even simplify a past approach I’ve made previously on this topic: Jump through platfo...
1 file — 1.0.0
Path Follow Platforms
4
2
Tutorial
We saw in the Moving Platforms post that is very easy to achieve Moving Platforms in Godot Engine, but as mentioned at the end it is kinda annoying to design th...
1 file — 1.0.0
Moving Platforms
3
6
Tutorial
Moving Platforms One of the most iconic objects in a platform game is…a platform. But I’ve been experimenting with them and look, they are kinda complex if...
1 file — 1.0.0
Tilting on Slopes
2
5
Tutorial
In the tutorial about handling slope movement, @intelligenced asked about tilting the character parallel to the slope. So I decided to make a quick experiment r...
2 files — 1.0.1, 1.0.0
Slope Movement
12
8
Tutorial
Making platform movement is always a challenge, you have all sorts of nuances, tricks, and wizardry to achieve what you’re looking for. One of those challenge...
1 file — 1.0.0
Converting TDMC to use Tiles
36
7
Tutorial
A Brief History of Collisions Object based collision systems are great if you are hand building your rooms in the room editor, and every room is relatively smal...
Alien Hunter
Tutorial
Whats feature in Alien Hunter Engine - 2 Player co-op - Finished first stage with Bosses - Some enemies programmed - 5 Sub Weapons...
1 file
Read me information
2
Tutorial
Hello Backrooms modders! I hope you're enjoying Backrooms Unity source and are making great stuff with it. I figured a need for a post about this source's ReadM...
Implementing Translations
12
17
Tutorial
Introduction In this tutorial I'll be discussing how to add a language option to your Ren'Py game. This is solely for the implementation of a translation, NOT t...