Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
godot-watabou-city
Allows loading of the awesome watabou.github.io/city-generator JSON export files in Godot 4.x
Supported Engine Version
4.0
Version String
0.1
License Version
MIT
Support Level
community
Modified Date
1 year ago
Git URL
Issue URL
Table of Contents
Load and manipulate city-scapes from the awesome Watabou City Generator
Usage
- 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
Allows loading of the awesome watabou.github.io/city-generator JSON export files in Godot 4.x
Reviews
Quick Information
godot-watabou-city
Allows loading of the awesome watabou.github.io/city-generator JSON export files in Godot 4.x
Supported Engine Version
4.0
Version String
0.1
License Version
MIT
Support Level
community
Modified Date
1 year ago
Git URL
Issue URL