Grid-based tile system - LividProductions.

1

Index

Attached Files

The following files have been attached to this tutorial:

.capx

gridbasedtilesystem.capx

Download now 222.81 KB

Stats

5,581 visits, 10,842 views

Tools

Translations

This tutorial hasn't been translated.

License

This tutorial is licensed under CC BY 4.0. Please refer to the license text if you wish to reuse, share or remix the content contained within this tutorial.

Stage 2 - In the editor

First of all I will explain my basic project setup, Window Size: 1920x1080 - Layout size: 1920x1080.

The first thing you want to do is import your 3 sprites, your background, your select sprite and your placed sprite. Just put the select and placed sprites outside the layout (out of sight) and your background on its own layer.

Layers

BG - 1 sprite then lock. (0)

Main - main layer we're working with, our select and placed sprites should be on this layer. (1)

UI - Locked, we aren't working with this layer on this tutorial, always handy to have though.(2)

This is our layout setup. Now onto the code.

  • 0 Comments

  • Order by
Want to leave a comment? Login or Register an account!