Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

Criss-Cross

An asset by BenjaTK
The page banner background of a mountain and forest
Criss-Cross thumbnail image
Criss-Cross thumbnail image
Criss-Cross thumbnail image
Criss-Cross hero image

Quick Information

0 ratings
Criss-Cross icon image
BenjaTK
Criss-Cross

A simple add-on that adds generic grid nodes for quickly building grid-based systems, in 2D or 3D.Adds 2 nodes: Grid2D (x and y axis) and Grid3D (x and z axis), all of which contain cells that have values, and can be infinite or limited to certain cells.

Supported Engine Version
4.1
Version String
1.2.1
License Version
MIT
Support Level
community
Modified Date
2 years ago
Git URL
Issue URL

Criss-Cross

A simple Godot addon that adds generic grid nodes for quickly building grid-based systems, in 2D or 3D.

✨ Nodes

Grid2D

A grid in the X and Y axis which contains values for each cell. It can be infinite, or generate cells with regions.
In the example at scenes/demos/inventory, it is used to make an inventory system similar to those found in games like Escape from Tarkov or Kenshi.

Grid3D

A grid in the X and Z axis which contains values for each cell. It can be infinite, or generate cells with regions.
In the example at scenes/demos/building_3d, it is used to make a (terrible looking) building system.

❓ How to use

Check out the built-in documentation in your Godot project for explanations of every relevant function and variable.

You can find it by searching for Grid2D or Grid3D with the Search help button in the script editor or by pressing the documentation button in the node's inspector.\

🔧 Installation Steps

  1. Download the project files.
  2. Move the criss-cross folder into your /addons folder within your Godot project.
  3. Enable the addon through the project settings.

A simple add-on that adds generic grid nodes for quickly building grid-based systems, in 2D or 3D.

Adds 2 nodes: Grid2D (x and y axis) and Grid3D (x and z axis), all of which contain cells that have values, and can be infinite or limited to certain cells.

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Criss-Cross icon image
BenjaTK
Criss-Cross

A simple add-on that adds generic grid nodes for quickly building grid-based systems, in 2D or 3D.Adds 2 nodes: Grid2D (x and y axis) and Grid3D (x and z axis), all of which contain cells that have values, and can be infinite or limited to certain cells.

Supported Engine Version
4.1
Version String
1.2.1
License Version
MIT
Support Level
community
Modified Date
2 years ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers