tavurth / godot-watabou-city

Render watabou city as a resource file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Render watabou city as a resource file

License:MIT License


Languages

Language:GDScript 100.0%