====================================================
                Redstone2D CS2D Mod
                    By archmage 
     unrealsoftware.de/profile.php?userid=13445
====================================================

Info:
    Adds redstone from minecraft.
    Easy to add new devices/circuits (if you know Lua you can probably figure it out by looking into sys/lua/circuits/*.lua).
    Current devices:
        Dust            - carries current
        Torch           - power source
        Lever           - power source (can toggle on/off with use key)
        Piston          - can push dynamic objects (objects built with wrench, some explode first)
        Sticky Piston   - same as piston but can also pull
        
    Planned:
        Repeaters
        Buttons
        TNT
        
    If you find any bugs or have any ideas please PM me here: http://unrealsoftware.de/pm_new.php?toid=13445

Intall:
    Copy all files to your cs2d folder
    Add the following line to 'sys/lua/server.lua'
        dofile("sys/lua/rs/main.lua")

How to use:
    F1  -   Open Redstone buy menu
    F2  -   Place item (must buy it first, it's placed where your mouse is)
    F3  -   Remove redstone
    E   -   Use levers (depends on your cs2d controls setup)
    
    To place torches on the side of walls move your cursor near the edge of the wall you want it on.