/godot-watabou-city

Render watabou city as a resource file

Primary LanguageGDScriptMIT LicenseMIT

img

Table of Contents

  1. Usage

Load and manipulate city-scapes from the awesome Watabou City Generator

Usage

  1. Install addon

Only the /addons/godot-watabou-city is required to use this addon Any other files here except for the license can be removed.

func _ready():
    var map = WatabouMap.new().load("trunwick.json")

    map.draw(self)

Screenshot

img