Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Community

New topic
4
Topics
Topic
Last post
Stickytemplate
Template local name = "template" local interpreter={} --your interpreter table local api={} --your api table -- add lua...
started by Oblerion Studio 93 days ago
29 views
No replies yet
onMenuEditor = function(self, menu, editor, event) -- menu = wxMenu wignet (set menu item) -- editor = wxStyledTextCtrl...
started by Oblerion Studio 93 days ago
26 views
No replies yet
interpreter table template -- name is variable package local interpreter={ name=name, description="desc interpreter", ap...
started by Oblerion Studio 93 days ago
33 views
No replies yet
Stickyapi
api local api={ -- function print(text) print = { type = "function", description = [[A print function]], -- var:type arg...
started by Oblerion Studio 93 days ago
30 views
No replies yet