10 lines
109 B
Ruby
10 lines
109 B
Ruby
window = win_make("editor")
|
|
nuke_cb(window, :editor)
|
|
|
|
def editor
|
|
editor_render()
|
|
end
|
|
|
|
def update(dt)
|
|
|
|
end |