Skip to content

Commit

Permalink
clean up, add docs and copied test.lua to output dir of Tests project
Browse files Browse the repository at this point in the history
  • Loading branch information
stevedonovan committed Jul 4, 2012
1 parent 3911670 commit 5cbc8d1
Show file tree
Hide file tree
Showing 15 changed files with 713 additions and 479 deletions.
56 changes: 0 additions & 56 deletions LuaInterface/LuaInterface.userprefs

This file was deleted.

5 changes: 0 additions & 5 deletions LuaInterface/Tests/Tests.csproj
Expand Up @@ -21,11 +21,6 @@
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
<ConsolePause>false</ConsolePause>
<CustomCommands>
<CustomCommands>
<Command type="Execute" command="${TargetFile}" workingdir="D:\dev\lua\MonoLuaInterface\tests" />
</CustomCommands>
</CustomCommands>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<DebugType>none</DebugType>
Expand Down
9 changes: 9 additions & 0 deletions LuaInterface/Tests/bin/Debug/test.lua
@@ -0,0 +1,9 @@
width=100
height=200
message="Hello World!"
color={r=100,g=20,b=50}
tree={branch1={leaf1=10,leaf2="leaf2"},leaf3="leaf3"}

function func(x,y)
return x,x+y
end
1 change: 0 additions & 1 deletion bin/hello.lua

This file was deleted.

111 changes: 0 additions & 111 deletions csharp/CallLua.cs

This file was deleted.

120 changes: 0 additions & 120 deletions csharp/Unity/LuaUnity.cs

This file was deleted.

16 changes: 0 additions & 16 deletions csharp/Unity/NewBehaviourScript.cs

This file was deleted.

32 changes: 0 additions & 32 deletions csharp/Unity/Resources/NewBehaviourScript.lua

This file was deleted.

0 comments on commit 5cbc8d1

Please sign in to comment.