gonutz / prototype

Simple 2D game prototyping framework.

Home Page:https://pkg.go.dev/github.com/gonutz/prototype/draw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot call RunWindow mutliple times

gonutz opened this issue · comments

Tested on Windows: calling RunWindow twice should open a window and once that is closed should open another one. Currently after closing the first window, no second window appears.