FlipFlop, Counter, Reactor Controller Components

This commit is contained in:
2022-06-29 23:29:20 +01:00
parent e6ac9a8431
commit 8dd238ea38
11 changed files with 887 additions and 89 deletions

11
filelist.xml Normal file
View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<contentpackage name="Custom Components" corepackage="false" modversion="1.0.0" gameversion="0.18.12.0">
<Other file="%ModDir%/Lua/Autorun/autorun.lua" />
<Item file="%ModDir%/Items/items.xml" />
<Text file="%ModDir%/Texts/en_us.xml" />
<Other file="%ModDir%/Items/luacomp_inv.png" />
<Other file="%ModDir%/Items/luacomp_sprite.png" />
<Other file="%ModDir%/Lua/flipflopcomponent.lua" />
<Other file="%ModDir%/Lua/countercomponent.lua" />
<Other file="%ModDir%/Lua/reactorcontrollercomponent.lua" />
</contentpackage>