Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 333 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 333 Bytes

Godot Web3 Plugin

Godot plugin for building web3 games.

Building

Clone godot and copy sources to modules/web3.

|-- godot
|-- modules
|   |-- web3

Build from godot root.

scons custom_modules=../modules platform=osx arch=arm64 --jobs=$(sysctl -n hw.logicalcpu)