This website works better with JavaScript.
Explore
Help
Register
Sign In
KenSchae
/
fungus
Watch
1
Star
0
Fork
You've already forked fungus
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
An easy to use Unity 3D library for creating illustrated Interactive Fiction games and more.
1347
Commits
1
Branch
0
Tags
243 MiB
Tree:
4461ff5ce6
fungus
/
Assets
/
Tests
/
TestAssets
/
Resources
/
Lua
/
teststringtable.txt
9 lines
73 B
Raw
Normal View
History
Unescape
Escape
Initial implementation of FungusScript Lua scripting
9 years ago
local M = {}
M.hello =
{
en = "Hi there",
fr = "Bonjour"
}
return M;