layouts: Use self-closing tags for bounds and color elements.

This commit is contained in:
Vas Crabb 2021-05-03 05:40:31 +10:00
parent 23b87373b6
commit 7bc5b9c994
41 changed files with 12652 additions and 25220 deletions

View File

@ -932,7 +932,7 @@ void lua_engine::initialize()
auto thread_type = emu.new_usertype<context>("thread", sol::call_constructor, sol::constructors<sol::types<>>());
thread_type.set("start", [](context &ctx, const char *scr) {
std::string script(scr);
if(ctx.busy)
if (ctx.busy)
return false;
std::thread th([&ctx, script]() {
sol::state thstate;
@ -954,19 +954,22 @@ void lua_engine::initialize()
thstate["status"] = ctx.result;
};
auto ret = func();
if (ret.valid()) {
if (ret.valid())
{
const char *tmp = ret.get<const char *>();
if (tmp != nullptr)
ctx.result = tmp;
else
osd_printf_error("[LUA ERROR] in thread: return value must be string\n");
}
else {
else
{
sol::error err = ret;
osd_printf_error("[LUA ERROR] in thread: %s\n", err.what());
}
}
else {
else
{
sol::error err = res;
osd_printf_error("[LUA ERROR] when loading script for thread: %s\n", err.what());
}
@ -978,13 +981,13 @@ void lua_engine::initialize()
return true;
});
thread_type.set("continue", [](context &ctx, const char *val) {
if(!ctx.yield)
if (!ctx.yield)
return;
ctx.result = val;
ctx.sync.notify_all();
});
thread_type.set("result", sol::property([](context &ctx) -> std::string {
if(ctx.busy && !ctx.yield)
if (ctx.busy && !ctx.yield)
return "";
return ctx.result;
}));

View File

@ -4,13 +4,13 @@ license:CC0
-->
<mamelayout version="2">
<element name="digit">
<led7seg>
<led7seg>
<color red="1.0" green="0.0" blue="0.0" />
</led7seg>
</led7seg>
</element>
<element name ="bezelblock">
<rect state ="0">
<bounds x="0" y="0" width="1" height="1" />
<bounds x="0" y="0" width="1" height="1" />
<color red="0" green="0" blue="0" />
</rect>
</element>
@ -464,12 +464,12 @@ license:CC0
</element>
<repeat count="16">
<param name="n" start="15" increment="-1" />
<param name="x" start="17" increment="7" />
<param name="n" start="15" increment="-1"/>
<param name="x" start="17" increment="7"/>
<element name="vfd~n~" ref="vfd0" state="0">
<animate name="vfdduty0" />
<color state="0" red="0.00" green="0.6" blue="1.00" alpha="0.0"></color>
<color state="31" red="0.00" green="0.6" blue="1.00" alpha="1.0"></color>
<color state="0" red="0.00" green="0.6" blue="1.00" alpha="0.0"/>
<color state="31" red="0.00" green="0.6" blue="1.00" alpha="1.0"/>
<bounds x="~x~" y="0" width="7" height="24"/>
</element>
</repeat>

View File

@ -5308,76 +5308,58 @@
<bounds x="250" y="440" width="80" height="120"/>
</element>
<element name="lamp2" ref="reel_lamp_layer_0" state="0">
<bounds x="250.0000" y="440.0000" width="80.0000" height="40.0000">
</bounds>
<bounds x="250.0000" y="440.0000" width="80.0000" height="40.0000"/>
</element>
<element name="lamp2" ref="reel_lamp_layer_1" state="0">
<bounds x="253.3333" y="441.6667" width="73.3333" height="36.6667">
</bounds>
<bounds x="253.3333" y="441.6667" width="73.3333" height="36.6667"/>
</element>
<element name="lamp2" ref="reel_lamp_layer_2" state="0">
<bounds x="256.6667" y="443.3333" width="66.6667" height="33.3333">
</bounds>
<bounds x="256.6667" y="443.3333" width="66.6667" height="33.3333"/>
</element>
<element name="lamp2" ref="reel_lamp_layer_3" state="0">
<bounds x="260.0000" y="445.0000" width="60.0000" height="30.0000">
</bounds>
<bounds x="260.0000" y="445.0000" width="60.0000" height="30.0000"/>
</element>
<element name="lamp2" ref="reel_lamp_layer_4" state="0">
<bounds x="263.3333" y="446.6667" width="53.3333" height="26.6667">
</bounds>
<bounds x="263.3333" y="446.6667" width="53.3333" height="26.6667"/>
</element>
<element name="lamp2" ref="reel_lamp_layer_5" state="0">
<bounds x="266.6667" y="448.3333" width="46.6667" height="23.3333">
</bounds>
<bounds x="266.6667" y="448.3333" width="46.6667" height="23.3333"/>
</element>
<element name="lamp1" ref="reel_lamp_layer_0" state="0">
<bounds x="250.0000" y="480.0000" width="80.0000" height="40.0000">
</bounds>
<bounds x="250.0000" y="480.0000" width="80.0000" height="40.0000"/>
</element>
<element name="lamp1" ref="reel_lamp_layer_1" state="0">
<bounds x="253.3333" y="481.6667" width="73.3333" height="36.6667">
</bounds>
<bounds x="253.3333" y="481.6667" width="73.3333" height="36.6667"/>
</element>
<element name="lamp1" ref="reel_lamp_layer_2" state="0">
<bounds x="256.6667" y="483.3333" width="66.6667" height="33.3333">
</bounds>
<bounds x="256.6667" y="483.3333" width="66.6667" height="33.3333"/>
</element>
<element name="lamp1" ref="reel_lamp_layer_3" state="0">
<bounds x="260.0000" y="485.0000" width="60.0000" height="30.0000">
</bounds>
<bounds x="260.0000" y="485.0000" width="60.0000" height="30.0000"/>
</element>
<element name="lamp1" ref="reel_lamp_layer_4" state="0">
<bounds x="263.3333" y="486.6667" width="53.3333" height="26.6667">
</bounds>
<bounds x="263.3333" y="486.6667" width="53.3333" height="26.6667"/>
</element>
<element name="lamp1" ref="reel_lamp_layer_5" state="0">
<bounds x="266.6667" y="488.3333" width="46.6667" height="23.3333">
</bounds>
<bounds x="266.6667" y="488.3333" width="46.6667" height="23.3333"/>
</element>
<element name="lamp0" ref="reel_lamp_layer_0" state="0">
<bounds x="250.0000" y="520.0000" width="80.0000" height="40.0000">
</bounds>
<bounds x="250.0000" y="520.0000" width="80.0000" height="40.0000"/>
</element>
<element name="lamp0" ref="reel_lamp_layer_1" state="0">
<bounds x="253.3333" y="521.6667" width="73.3333" height="36.6667">
</bounds>
<bounds x="253.3333" y="521.6667" width="73.3333" height="36.6667"/>
</element>
<element name="lamp0" ref="reel_lamp_layer_2" state="0">
<bounds x="256.6667" y="523.3333" width="66.6667" height="33.3333">
</bounds>
<bounds x="256.6667" y="523.3333" width="66.6667" height="33.3333"/>
</element>
<element name="lamp0" ref="reel_lamp_layer_3" state="0">
<bounds x="260.0000" y="525.0000" width="60.0000" height="30.0000">
</bounds>
<bounds x="260.0000" y="525.0000" width="60.0000" height="30.0000"/>
</element>
<element name="lamp0" ref="reel_lamp_layer_4" state="0">
<bounds x="263.3333" y="526.6667" width="53.3333" height="26.6667">
</bounds>
<bounds x="263.3333" y="526.6667" width="53.3333" height="26.6667"/>
</element>
<element name="lamp0" ref="reel_lamp_layer_5" state="0">
<bounds x="266.6667" y="528.3333" width="46.6667" height="23.3333">
</bounds>
<bounds x="266.6667" y="528.3333" width="46.6667" height="23.3333"/>
</element>
<element name="sreel1" ref="reel0" state="0">
<bounds x="250" y="440" width="80" height="120"/>
@ -5386,76 +5368,58 @@
<bounds x="337" y="440" width="80" height="120"/>
</element>
<element name="lamp5" ref="reel_lamp_layer_0" state="0">
<bounds x="337.0000" y="440.0000" width="80.0000" height="40.0000">
</bounds>
<bounds x="337.0000" y="440.0000" width="80.0000" height="40.0000"/>
</element>
<element name="lamp5" ref="reel_lamp_layer_1" state="0">
<bounds x="340.3333" y="441.6667" width="73.3333" height="36.6667">
</bounds>
<bounds x="340.3333" y="441.6667" width="73.3333" height="36.6667"/>
</element>
<element name="lamp5" ref="reel_lamp_layer_2" state="0">
<bounds x="343.6667" y="443.3333" width="66.6667" height="33.3333">
</bounds>
<bounds x="343.6667" y="443.3333" width="66.6667" height="33.3333"/>
</element>
<element name="lamp5" ref="reel_lamp_layer_3" state="0">
<bounds x="347.0000" y="445.0000" width="60.0000" height="30.0000">
</bounds>
<bounds x="347.0000" y="445.0000" width="60.0000" height="30.0000"/>
</element>
<element name="lamp5" ref="reel_lamp_layer_4" state="0">
<bounds x="350.3333" y="446.6667" width="53.3333" height="26.6667">
</bounds>
<bounds x="350.3333" y="446.6667" width="53.3333" height="26.6667"/>
</element>
<element name="lamp5" ref="reel_lamp_layer_5" state="0">
<bounds x="353.6667" y="448.3333" width="46.6667" height="23.3333">
</bounds>
<bounds x="353.6667" y="448.3333" width="46.6667" height="23.3333"/>
</element>
<element name="lamp4" ref="reel_lamp_layer_0" state="0">
<bounds x="337.0000" y="480.0000" width="80.0000" height="40.0000">
</bounds>
<bounds x="337.0000" y="480.0000" width="80.0000" height="40.0000"/>
</element>
<element name="lamp4" ref="reel_lamp_layer_1" state="0">
<bounds x="340.3333" y="481.6667" width="73.3333" height="36.6667">
</bounds>
<bounds x="340.3333" y="481.6667" width="73.3333" height="36.6667"/>
</element>
<element name="lamp4" ref="reel_lamp_layer_2" state="0">
<bounds x="343.6667" y="483.3333" width="66.6667" height="33.3333">
</bounds>
<bounds x="343.6667" y="483.3333" width="66.6667" height="33.3333"/>
</element>
<element name="lamp4" ref="reel_lamp_layer_3" state="0">
<bounds x="347.0000" y="485.0000" width="60.0000" height="30.0000">
</bounds>
<bounds x="347.0000" y="485.0000" width="60.0000" height="30.0000"/>
</element>
<element name="lamp4" ref="reel_lamp_layer_4" state="0">
<bounds x="350.3333" y="486.6667" width="53.3333" height="26.6667">
</bounds>
<bounds x="350.3333" y="486.6667" width="53.3333" height="26.6667"/>
</element>
<element name="lamp4" ref="reel_lamp_layer_5" state="0">
<bounds x="353.6667" y="488.3333" width="46.6667" height="23.3333">
</bounds>
<bounds x="353.6667" y="488.3333" width="46.6667" height="23.3333"/>
</element>
<element name="lamp3" ref="reel_lamp_layer_0" state="0">
<bounds x="337.0000" y="520.0000" width="80.0000" height="40.0000">
</bounds>
<bounds x="337.0000" y="520.0000" width="80.0000" height="40.0000"/>
</element>
<element name="lamp3" ref="reel_lamp_layer_1" state="0">
<bounds x="340.3333" y="521.6667" width="73.3333" height="36.6667">
</bounds>
<bounds x="340.3333" y="521.6667" width="73.3333" height="36.6667"/>
</element>
<element name="lamp3" ref="reel_lamp_layer_2" state="0">
<bounds x="343.6667" y="523.3333" width="66.6667" height="33.3333">
</bounds>
<bounds x="343.6667" y="523.3333" width="66.6667" height="33.3333"/>
</element>
<element name="lamp3" ref="reel_lamp_layer_3" state="0">
<bounds x="347.0000" y="525.0000" width="60.0000" height="30.0000">
</bounds>
<bounds x="347.0000" y="525.0000" width="60.0000" height="30.0000"/>
</element>
<element name="lamp3" ref="reel_lamp_layer_4" state="0">
<bounds x="350.3333" y="526.6667" width="53.3333" height="26.6667">
</bounds>
<bounds x="350.3333" y="526.6667" width="53.3333" height="26.6667"/>
</element>
<element name="lamp3" ref="reel_lamp_layer_5" state="0">
<bounds x="353.6667" y="528.3333" width="46.6667" height="23.3333">
</bounds>
<bounds x="353.6667" y="528.3333" width="46.6667" height="23.3333"/>
</element>
<element name="sreel2" ref="reel1" state="0">
<bounds x="337" y="440" width="80" height="120"/>
@ -5464,76 +5428,58 @@
<bounds x="424" y="440" width="80" height="120"/>
</element>
<element name="lamp18" ref="reel_lamp_layer_0" state="0">
<bounds x="424.0000" y="440.0000" width="80.0000" height="40.0000">
</bounds>
<bounds x="424.0000" y="440.0000" width="80.0000" height="40.0000"/>
</element>
<element name="lamp18" ref="reel_lamp_layer_1" state="0">
<bounds x="427.3333" y="441.6667" width="73.3333" height="36.6667">
</bounds>
<bounds x="427.3333" y="441.6667" width="73.3333" height="36.6667"/>
</element>
<element name="lamp18" ref="reel_lamp_layer_2" state="0">
<bounds x="430.6667" y="443.3333" width="66.6667" height="33.3333">
</bounds>
<bounds x="430.6667" y="443.3333" width="66.6667" height="33.3333"/>
</element>
<element name="lamp18" ref="reel_lamp_layer_3" state="0">
<bounds x="434.0000" y="445.0000" width="60.0000" height="30.0000">
</bounds>
<bounds x="434.0000" y="445.0000" width="60.0000" height="30.0000"/>
</element>
<element name="lamp18" ref="reel_lamp_layer_4" state="0">
<bounds x="437.3333" y="446.6667" width="53.3333" height="26.6667">
</bounds>
<bounds x="437.3333" y="446.6667" width="53.3333" height="26.6667"/>
</element>
<element name="lamp18" ref="reel_lamp_layer_5" state="0">
<bounds x="440.6667" y="448.3333" width="46.6667" height="23.3333">
</bounds>
<bounds x="440.6667" y="448.3333" width="46.6667" height="23.3333"/>
</element>
<element name="lamp17" ref="reel_lamp_layer_0" state="0">
<bounds x="424.0000" y="480.0000" width="80.0000" height="40.0000">
</bounds>
<bounds x="424.0000" y="480.0000" width="80.0000" height="40.0000"/>
</element>
<element name="lamp17" ref="reel_lamp_layer_1" state="0">
<bounds x="427.3333" y="481.6667" width="73.3333" height="36.6667">
</bounds>
<bounds x="427.3333" y="481.6667" width="73.3333" height="36.6667"/>
</element>
<element name="lamp17" ref="reel_lamp_layer_2" state="0">
<bounds x="430.6667" y="483.3333" width="66.6667" height="33.3333">
</bounds>
<bounds x="430.6667" y="483.3333" width="66.6667" height="33.3333"/>
</element>
<element name="lamp17" ref="reel_lamp_layer_3" state="0">
<bounds x="434.0000" y="485.0000" width="60.0000" height="30.0000">
</bounds>
<bounds x="434.0000" y="485.0000" width="60.0000" height="30.0000"/>
</element>
<element name="lamp17" ref="reel_lamp_layer_4" state="0">
<bounds x="437.3333" y="486.6667" width="53.3333" height="26.6667">
</bounds>
<bounds x="437.3333" y="486.6667" width="53.3333" height="26.6667"/>
</element>
<element name="lamp17" ref="reel_lamp_layer_5" state="0">
<bounds x="440.6667" y="488.3333" width="46.6667" height="23.3333">
</bounds>
<bounds x="440.6667" y="488.3333" width="46.6667" height="23.3333"/>
</element>
<element name="lamp16" ref="reel_lamp_layer_0" state="0">
<bounds x="424.0000" y="520.0000" width="80.0000" height="40.0000">
</bounds>
<bounds x="424.0000" y="520.0000" width="80.0000" height="40.0000"/>
</element>
<element name="lamp16" ref="reel_lamp_layer_1" state="0">
<bounds x="427.3333" y="521.6667" width="73.3333" height="36.6667">
</bounds>
<bounds x="427.3333" y="521.6667" width="73.3333" height="36.6667"/>
</element>
<element name="lamp16" ref="reel_lamp_layer_2" state="0">
<bounds x="430.6667" y="523.3333" width="66.6667" height="33.3333">
</bounds>
<bounds x="430.6667" y="523.3333" width="66.6667" height="33.3333"/>
</element>
<element name="lamp16" ref="reel_lamp_layer_3" state="0">
<bounds x="434.0000" y="525.0000" width="60.0000" height="30.0000">
</bounds>
<bounds x="434.0000" y="525.0000" width="60.0000" height="30.0000"/>
</element>
<element name="lamp16" ref="reel_lamp_layer_4" state="0">
<bounds x="437.3333" y="526.6667" width="53.3333" height="26.6667">
</bounds>
<bounds x="437.3333" y="526.6667" width="53.3333" height="26.6667"/>
</element>
<element name="lamp16" ref="reel_lamp_layer_5" state="0">
<bounds x="440.6667" y="528.3333" width="46.6667" height="23.3333">
</bounds>
<bounds x="440.6667" y="528.3333" width="46.6667" height="23.3333"/>
</element>
<element name="sreel3" ref="reel2" state="0">
<bounds x="424" y="440" width="80" height="120"/>
@ -5542,76 +5488,58 @@
<bounds x="513" y="440" width="80" height="120"/>
</element>
<element name="lamp21" ref="reel_lamp_layer_0" state="0">
<bounds x="513.0000" y="440.0000" width="80.0000" height="40.0000">
</bounds>
<bounds x="513.0000" y="440.0000" width="80.0000" height="40.0000"/>
</element>
<element name="lamp21" ref="reel_lamp_layer_1" state="0">
<bounds x="516.3333" y="441.6667" width="73.3333" height="36.6667">
</bounds>
<bounds x="516.3333" y="441.6667" width="73.3333" height="36.6667"/>
</element>
<element name="lamp21" ref="reel_lamp_layer_2" state="0">
<bounds x="519.6667" y="443.3333" width="66.6667" height="33.3333">
</bounds>
<bounds x="519.6667" y="443.3333" width="66.6667" height="33.3333"/>
</element>
<element name="lamp21" ref="reel_lamp_layer_3" state="0">
<bounds x="523.0000" y="445.0000" width="60.0000" height="30.0000">
</bounds>
<bounds x="523.0000" y="445.0000" width="60.0000" height="30.0000"/>
</element>
<element name="lamp21" ref="reel_lamp_layer_4" state="0">
<bounds x="526.3333" y="446.6667" width="53.3333" height="26.6667">
</bounds>
<bounds x="526.3333" y="446.6667" width="53.3333" height="26.6667"/>
</element>
<element name="lamp21" ref="reel_lamp_layer_5" state="0">
<bounds x="529.6667" y="448.3333" width="46.6667" height="23.3333">
</bounds>
<bounds x="529.6667" y="448.3333" width="46.6667" height="23.3333"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_0" state="0">
<bounds x="513.0000" y="480.0000" width="80.0000" height="40.0000">
</bounds>
<bounds x="513.0000" y="480.0000" width="80.0000" height="40.0000"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_1" state="0">
<bounds x="516.3333" y="481.6667" width="73.3333" height="36.6667">
</bounds>
<bounds x="516.3333" y="481.6667" width="73.3333" height="36.6667"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_2" state="0">
<bounds x="519.6667" y="483.3333" width="66.6667" height="33.3333">
</bounds>
<bounds x="519.6667" y="483.3333" width="66.6667" height="33.3333"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_3" state="0">
<bounds x="523.0000" y="485.0000" width="60.0000" height="30.0000">
</bounds>
<bounds x="523.0000" y="485.0000" width="60.0000" height="30.0000"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_4" state="0">
<bounds x="526.3333" y="486.6667" width="53.3333" height="26.6667">
</bounds>
<bounds x="526.3333" y="486.6667" width="53.3333" height="26.6667"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_5" state="0">
<bounds x="529.6667" y="488.3333" width="46.6667" height="23.3333">
</bounds>
<bounds x="529.6667" y="488.3333" width="46.6667" height="23.3333"/>
</element>
<element name="lamp19" ref="reel_lamp_layer_0" state="0">
<bounds x="513.0000" y="520.0000" width="80.0000" height="40.0000">
</bounds>
<bounds x="513.0000" y="520.0000" width="80.0000" height="40.0000"/>
</element>
<element name="lamp19" ref="reel_lamp_layer_1" state="0">
<bounds x="516.3333" y="521.6667" width="73.3333" height="36.6667">
</bounds>
<bounds x="516.3333" y="521.6667" width="73.3333" height="36.6667"/>
</element>
<element name="lamp19" ref="reel_lamp_layer_2" state="0">
<bounds x="519.6667" y="523.3333" width="66.6667" height="33.3333">
</bounds>
<bounds x="519.6667" y="523.3333" width="66.6667" height="33.3333"/>
</element>
<element name="lamp19" ref="reel_lamp_layer_3" state="0">
<bounds x="523.0000" y="525.0000" width="60.0000" height="30.0000">
</bounds>
<bounds x="523.0000" y="525.0000" width="60.0000" height="30.0000"/>
</element>
<element name="lamp19" ref="reel_lamp_layer_4" state="0">
<bounds x="526.3333" y="526.6667" width="53.3333" height="26.6667">
</bounds>
<bounds x="526.3333" y="526.6667" width="53.3333" height="26.6667"/>
</element>
<element name="lamp19" ref="reel_lamp_layer_5" state="0">
<bounds x="529.6667" y="528.3333" width="46.6667" height="23.3333">
</bounds>
<bounds x="529.6667" y="528.3333" width="46.6667" height="23.3333"/>
</element>
<element name="sreel4" ref="reel3" state="0">
<bounds x="513" y="440" width="80" height="120"/>
@ -5620,28 +5548,22 @@
<bounds x="399" y="210" width="60" height="45"/>
</element>
<element name="lamp23" ref="reel_lamp_layer_0" state="0">
<bounds x="399.0000" y="210.0000" width="60.0000" height="45.0000">
</bounds>
<bounds x="399.0000" y="210.0000" width="60.0000" height="45.0000"/>
</element>
<element name="lamp23" ref="reel_lamp_layer_1" state="0">
<bounds x="401.5000" y="211.8750" width="55.0000" height="41.2500">
</bounds>
<bounds x="401.5000" y="211.8750" width="55.0000" height="41.2500"/>
</element>
<element name="lamp23" ref="reel_lamp_layer_2" state="0">
<bounds x="404.0000" y="213.7500" width="50.0000" height="37.5000">
</bounds>
<bounds x="404.0000" y="213.7500" width="50.0000" height="37.5000"/>
</element>
<element name="lamp23" ref="reel_lamp_layer_3" state="0">
<bounds x="406.5000" y="215.6250" width="45.0000" height="33.7500">
</bounds>
<bounds x="406.5000" y="215.6250" width="45.0000" height="33.7500"/>
</element>
<element name="lamp23" ref="reel_lamp_layer_4" state="0">
<bounds x="409.0000" y="217.5000" width="40.0000" height="30.0000">
</bounds>
<bounds x="409.0000" y="217.5000" width="40.0000" height="30.0000"/>
</element>
<element name="lamp23" ref="reel_lamp_layer_5" state="0">
<bounds x="411.5000" y="219.3750" width="35.0000" height="26.2500">
</bounds>
<bounds x="411.5000" y="219.3750" width="35.0000" height="26.2500"/>
</element>
<element name="sreel5" ref="reel4" state="0">
<bounds x="399" y="210" width="60" height="45"/>

View File

@ -4143,12 +4143,11 @@
<bounds x="207" y="409" width="233" height="22"/>
</element>
<repeat count="16">
<param name="i" start="0" increment="1" />
<param name="x" start="207" increment="15" />
<param name="i" start="0" increment="1"/>
<param name="x" start="207" increment="15"/>
<element name="vfd~i~" ref="vfd0">
<bounds x="~x~" y="409" width="15" height="22">
</bounds>
<bounds x="~x~" y="409" width="15" height="22"/>
</element>
</repeat>
<element name="label4" ref="label_4">

View File

@ -4626,28 +4626,22 @@
</element>
<element name="lamp20" ref="reel_lamp_layer_0" state="0">
<bounds x="168.0000" y="235.0000" width="70" height="70">
</bounds>
<bounds x="168.0000" y="235.0000" width="70" height="70"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_1" state="0">
<bounds x="172.0000" y="238.0000" width="62" height="62">
</bounds>
<bounds x="172.0000" y="238.0000" width="62" height="62"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_2" state="0">
<bounds x="176.0000" y="241.0000" width="54" height="54">
</bounds>
<bounds x="176.0000" y="241.0000" width="54" height="54"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_3" state="0">
<bounds x="180.0000" y="244.0000" width="46" height="46">
</bounds>
<bounds x="180.0000" y="244.0000" width="46" height="46"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_4" state="0">
<bounds x="184.0000" y="247.0000" width="38" height="38">
</bounds>
<bounds x="184.0000" y="247.0000" width="38" height="38"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_5" state="0">
<bounds x="188" y="255" width="30" height="30">
</bounds>
<bounds x="188" y="255" width="30" height="30"/>
</element>
<element name="sreel4" ref="reel3" state="0">
<bounds x="167" y="235" width="70" height="70"/>

View File

@ -4924,12 +4924,11 @@
<bounds x="229" y="371" width="272" height="30"/>
</element>
<repeat count="16">
<param name="i" start="0" increment="1" />
<param name="x" start="229" increment="17" />
<param name="i" start="0" increment="1"/>
<param name="x" start="229" increment="17"/>
<element name="vfd~i~" ref="vfd0">
<bounds x="~x~" y="371" width="17" height="30">
</bounds>
<bounds x="~x~" y="371" width="17" height="30"/>
</element>
</repeat>
<element name="label5" ref="label_5">

View File

@ -3230,12 +3230,10 @@
</element>
<element name="label_15">
<rect state="0">
<color red="0.30" green="0.30" blue="0.30">
</color>
<color red="0.30" green="0.30" blue="0.30"/>
</rect>
<rect state="1">
<color red="0.90" green="0.90" blue="0.90">
</color>
<color red="0.90" green="0.90" blue="0.90"/>
</rect>
<text string="Red 7">
<color red="1.0" green="1.0" blue="1.0"/>
@ -3244,12 +3242,10 @@
</element>
<element name="label_16">
<rect state="0">
<color red="0.30" green="0.30" blue="0.30">
</color>
<color red="0.30" green="0.30" blue="0.30"/>
</rect>
<rect state="1">
<color red="0.90" green="0.90" blue="0.90">
</color>
<color red="0.90" green="0.90" blue="0.90"/>
</rect>
<text string="Blue 7">
<color red="1.0" green="1.0" blue="1.0"/>
@ -3258,12 +3254,10 @@
</element>
<element name="label_17">
<rect state="0">
<color red="0.30" green="0.30" blue="0.30">
</color>
<color red="0.30" green="0.30" blue="0.30"/>
</rect>
<rect state="1">
<color red="0.90" green="0.90" blue="0.90">
</color>
<color red="0.90" green="0.90" blue="0.90"/>
</rect>
<text string="JPM">
<color red="1.0" green="1.0" blue="1.0"/>
@ -3272,12 +3266,10 @@
</element>
<element name="label_18">
<rect state="0">
<color red="0.30" green="0.30" blue="0.30">
</color>
<color red="0.30" green="0.30" blue="0.30"/>
</rect>
<rect state="1">
<color red="0.90" green="0.90" blue="0.90">
</color>
<color red="0.90" green="0.90" blue="0.90"/>
</rect>
<text string="Melon">
<color red="1.0" green="1.0" blue="1.0"/>
@ -3286,12 +3278,10 @@
</element>
<element name="label_19">
<rect state="0">
<color red="0.30" green="0.30" blue="0.30">
</color>
<color red="0.30" green="0.30" blue="0.30"/>
</rect>
<rect state="1">
<color red="0.90" green="0.90" blue="0.90">
</color>
<color red="0.90" green="0.90" blue="0.90"/>
</rect>
<text string="Grapes">
<color red="1.0" green="1.0" blue="1.0"/>
@ -3300,12 +3290,10 @@
</element>
<element name="label_20">
<rect state="0">
<color red="0.30" green="0.30" blue="0.30">
</color>
<color red="0.30" green="0.30" blue="0.30"/>
</rect>
<rect state="1">
<color red="0.90" green="0.90" blue="0.90">
</color>
<color red="0.90" green="0.90" blue="0.90"/>
</rect>
<text string="Mixed 7">
<color red="1.0" green="1.0" blue="1.0"/>
@ -3314,12 +3302,10 @@
</element>
<element name="label_21">
<rect state="0">
<color red="0.30" green="0.30" blue="0.30">
</color>
<color red="0.30" green="0.30" blue="0.30"/>
</rect>
<rect state="1">
<color red="0.90" green="0.90" blue="0.90">
</color>
<color red="0.90" green="0.90" blue="0.90"/>
</rect>
<text string="Grapes">
<color red="1.0" green="1.0" blue="1.0"/>
@ -5344,76 +5330,58 @@
</element>
<element name="lamp2" ref="reel_lamp_layer_0" state="0">
<bounds x="273.0000" y="449.0000" width="80.0000" height="65.3333">
</bounds>
<bounds x="273.0000" y="449.0000" width="80.0000" height="65.3333"/>
</element>
<element name="lamp2" ref="reel_lamp_layer_1" state="0">
<bounds x="277.3333" y="451.6389" width="73.3333" height="58.0556">
</bounds>
<bounds x="277.3333" y="451.6389" width="73.3333" height="58.0556"/>
</element>
<element name="lamp2" ref="reel_lamp_layer_2" state="0">
<bounds x="280.6667" y="454.2778" width="66.6667" height="52.7778">
</bounds>
<bounds x="280.6667" y="454.2778" width="66.6667" height="52.7778"/>
</element>
<element name="lamp2" ref="reel_lamp_layer_3" state="0">
<bounds x="284.0000" y="456.9167" width="60.0000" height="47.5000">
</bounds>
<bounds x="284.0000" y="456.9167" width="60.0000" height="47.5000"/>
</element>
<element name="lamp2" ref="reel_lamp_layer_4" state="0">
<bounds x="288.3333" y="459.5555" width="53.3333" height="42.2222">
</bounds>
<bounds x="288.3333" y="459.5555" width="53.3333" height="42.2222"/>
</element>
<element name="lamp2" ref="reel_lamp_layer_5" state="0">
<bounds x="291.6667" y="462.1945" width="46.6667" height="36.9444">
</bounds>
<bounds x="291.6667" y="462.1945" width="46.6667" height="36.9444"/>
</element>
<element name="lamp1" ref="reel_lamp_layer_0" state="0">
<bounds x="273.0000" y="512.3333" width="80.0000" height="63.3333">
</bounds>
<bounds x="273.0000" y="512.3333" width="80.0000" height="63.3333"/>
</element>
<element name="lamp1" ref="reel_lamp_layer_1" state="0">
<bounds x="277.3333" y="514.9722" width="73.3333" height="58.0556">
</bounds>
<bounds x="277.3333" y="514.9722" width="73.3333" height="58.0556"/>
</element>
<element name="lamp1" ref="reel_lamp_layer_2" state="0">
<bounds x="280.6667" y="517.6111" width="66.6667" height="52.7778">
</bounds>
<bounds x="280.6667" y="517.6111" width="66.6667" height="52.7778"/>
</element>
<element name="lamp1" ref="reel_lamp_layer_3" state="0">
<bounds x="284.0000" y="520.2500" width="60.0000" height="47.5000">
</bounds>
<bounds x="284.0000" y="520.2500" width="60.0000" height="47.5000"/>
</element>
<element name="lamp1" ref="reel_lamp_layer_4" state="0">
<bounds x="288.3333" y="522.8889" width="53.3333" height="42.2222">
</bounds>
<bounds x="288.3333" y="522.8889" width="53.3333" height="42.2222"/>
</element>
<element name="lamp1" ref="reel_lamp_layer_5" state="0">
<bounds x="291.6667" y="525.5278" width="46.6667" height="36.9444">
</bounds>
<bounds x="291.6667" y="525.5278" width="46.6667" height="36.9444"/>
</element>
<element name="lamp0" ref="reel_lamp_layer_0" state="0">
<bounds x="273.0000" y="575.6667" width="80.0000" height="63.3333">
</bounds>
<bounds x="273.0000" y="575.6667" width="80.0000" height="63.3333"/>
</element>
<element name="lamp0" ref="reel_lamp_layer_1" state="0">
<bounds x="277.3333" y="578.3056" width="73.3333" height="58.0556">
</bounds>
<bounds x="277.3333" y="578.3056" width="73.3333" height="58.0556"/>
</element>
<element name="lamp0" ref="reel_lamp_layer_2" state="0">
<bounds x="280.6667" y="580.9445" width="66.6667" height="52.7778">
</bounds>
<bounds x="280.6667" y="580.9445" width="66.6667" height="52.7778"/>
</element>
<element name="lamp0" ref="reel_lamp_layer_3" state="0">
<bounds x="284.0000" y="583.5834" width="60.0000" height="47.5000">
</bounds>
<bounds x="284.0000" y="583.5834" width="60.0000" height="47.5000"/>
</element>
<element name="lamp0" ref="reel_lamp_layer_4" state="0">
<bounds x="288.3333" y="586.2222" width="53.3333" height="42.2222">
</bounds>
<bounds x="288.3333" y="586.2222" width="53.3333" height="42.2222"/>
</element>
<element name="lamp0" ref="reel_lamp_layer_5" state="0">
<bounds x="291.6667" y="588.8611" width="46.6667" height="36.9444">
</bounds>
<bounds x="291.6667" y="588.8611" width="46.6667" height="36.9444"/>
</element>
<element name="sreel1" ref="reel0" state="0">
<bounds x="273" y="449" width="80" height="190"/>
@ -5423,76 +5391,58 @@
</element>
<element name="lamp5" ref="reel_lamp_layer_0" state="0">
<bounds x="374.0000" y="449.0000" width="80.0000" height="65.3333">
</bounds>
<bounds x="374.0000" y="449.0000" width="80.0000" height="65.3333"/>
</element>
<element name="lamp5" ref="reel_lamp_layer_1" state="0">
<bounds x="377.3333" y="451.6389" width="73.3333" height="58.0556">
</bounds>
<bounds x="377.3333" y="451.6389" width="73.3333" height="58.0556"/>
</element>
<element name="lamp5" ref="reel_lamp_layer_2" state="0">
<bounds x="380.6667" y="454.3778" width="66.6667" height="52.7778">
</bounds>
<bounds x="380.6667" y="454.3778" width="66.6667" height="52.7778"/>
</element>
<element name="lamp5" ref="reel_lamp_layer_3" state="0">
<bounds x="384.0000" y="456.9167" width="60.0000" height="47.5000">
</bounds>
<bounds x="384.0000" y="456.9167" width="60.0000" height="47.5000"/>
</element>
<element name="lamp5" ref="reel_lamp_layer_4" state="0">
<bounds x="388.3333" y="459.5555" width="53.3333" height="42.2222">
</bounds>
<bounds x="388.3333" y="459.5555" width="53.3333" height="42.2222"/>
</element>
<element name="lamp5" ref="reel_lamp_layer_5" state="0">
<bounds x="391.6667" y="462.1945" width="46.6667" height="36.9444">
</bounds>
<bounds x="391.6667" y="462.1945" width="46.6667" height="36.9444"/>
</element>
<element name="lamp4" ref="reel_lamp_layer_0" state="0">
<bounds x="374.0000" y="512.3333" width="80.0000" height="63.3333">
</bounds>
<bounds x="374.0000" y="512.3333" width="80.0000" height="63.3333"/>
</element>
<element name="lamp4" ref="reel_lamp_layer_1" state="0">
<bounds x="377.3333" y="514.9722" width="73.3333" height="58.0556">
</bounds>
<bounds x="377.3333" y="514.9722" width="73.3333" height="58.0556"/>
</element>
<element name="lamp4" ref="reel_lamp_layer_2" state="0">
<bounds x="380.6667" y="517.6111" width="66.6667" height="52.7778">
</bounds>
<bounds x="380.6667" y="517.6111" width="66.6667" height="52.7778"/>
</element>
<element name="lamp4" ref="reel_lamp_layer_3" state="0">
<bounds x="384.0000" y="520.2500" width="60.0000" height="47.5000">
</bounds>
<bounds x="384.0000" y="520.2500" width="60.0000" height="47.5000"/>
</element>
<element name="lamp4" ref="reel_lamp_layer_4" state="0">
<bounds x="388.3333" y="522.8889" width="53.3333" height="42.2222">
</bounds>
<bounds x="388.3333" y="522.8889" width="53.3333" height="42.2222"/>
</element>
<element name="lamp4" ref="reel_lamp_layer_5" state="0">
<bounds x="391.6667" y="525.5278" width="46.6667" height="36.9444">
</bounds>
<bounds x="391.6667" y="525.5278" width="46.6667" height="36.9444"/>
</element>
<element name="lamp3" ref="reel_lamp_layer_0" state="0">
<bounds x="374.0000" y="575.6667" width="80.0000" height="63.3333">
</bounds>
<bounds x="374.0000" y="575.6667" width="80.0000" height="63.3333"/>
</element>
<element name="lamp3" ref="reel_lamp_layer_1" state="0">
<bounds x="377.3333" y="578.3056" width="73.3333" height="58.0556">
</bounds>
<bounds x="377.3333" y="578.3056" width="73.3333" height="58.0556"/>
</element>
<element name="lamp3" ref="reel_lamp_layer_2" state="0">
<bounds x="380.6667" y="580.9445" width="66.6667" height="52.7778">
</bounds>
<bounds x="380.6667" y="580.9445" width="66.6667" height="52.7778"/>
</element>
<element name="lamp3" ref="reel_lamp_layer_3" state="0">
<bounds x="384.0000" y="583.5834" width="60.0000" height="47.5000">
</bounds>
<bounds x="384.0000" y="583.5834" width="60.0000" height="47.5000"/>
</element>
<element name="lamp3" ref="reel_lamp_layer_4" state="0">
<bounds x="388.3333" y="586.2222" width="53.3333" height="42.2222">
</bounds>
<bounds x="388.3333" y="586.2222" width="53.3333" height="42.2222"/>
</element>
<element name="lamp3" ref="reel_lamp_layer_5" state="0">
<bounds x="391.6667" y="588.8611" width="46.6667" height="36.9444">
</bounds>
<bounds x="391.6667" y="588.8611" width="46.6667" height="36.9444"/>
</element>
<element name="sreel2" ref="reel1" state="0">
<bounds x="374" y="449" width="80" height="190"/>
@ -5501,76 +5451,58 @@
<bounds x="479" y="449" width="80" height="190"/>
</element>
<element name="lamp18" ref="reel_lamp_layer_0" state="0">
<bounds x="479.0000" y="449.0000" width="80.0000" height="65.3333">
</bounds>
<bounds x="479.0000" y="449.0000" width="80.0000" height="65.3333"/>
</element>
<element name="lamp18" ref="reel_lamp_layer_1" state="0">
<bounds x="482.3333" y="451.6389" width="73.3333" height="58.0556">
</bounds>
<bounds x="482.3333" y="451.6389" width="73.3333" height="58.0556"/>
</element>
<element name="lamp18" ref="reel_lamp_layer_2" state="0">
<bounds x="485.6667" y="454.4828" width="66.6667" height="52.7778">
</bounds>
<bounds x="485.6667" y="454.4828" width="66.6667" height="52.7778"/>
</element>
<element name="lamp18" ref="reel_lamp_layer_3" state="0">
<bounds x="489.0000" y="456.9167" width="60.0000" height="47.5000">
</bounds>
<bounds x="489.0000" y="456.9167" width="60.0000" height="47.5000"/>
</element>
<element name="lamp18" ref="reel_lamp_layer_4" state="0">
<bounds x="493.3333" y="459.5555" width="53.3333" height="42.2222">
</bounds>
<bounds x="493.3333" y="459.5555" width="53.3333" height="42.2222"/>
</element>
<element name="lamp18" ref="reel_lamp_layer_5" state="0">
<bounds x="496.6667" y="462.1945" width="46.6667" height="36.9444">
</bounds>
<bounds x="496.6667" y="462.1945" width="46.6667" height="36.9444"/>
</element>
<element name="lamp17" ref="reel_lamp_layer_0" state="0">
<bounds x="479.0000" y="512.3333" width="80.0000" height="63.3333">
</bounds>
<bounds x="479.0000" y="512.3333" width="80.0000" height="63.3333"/>
</element>
<element name="lamp17" ref="reel_lamp_layer_1" state="0">
<bounds x="482.3333" y="514.9722" width="73.3333" height="58.0556">
</bounds>
<bounds x="482.3333" y="514.9722" width="73.3333" height="58.0556"/>
</element>
<element name="lamp17" ref="reel_lamp_layer_2" state="0">
<bounds x="485.6667" y="517.6111" width="66.6667" height="52.7778">
</bounds>
<bounds x="485.6667" y="517.6111" width="66.6667" height="52.7778"/>
</element>
<element name="lamp17" ref="reel_lamp_layer_3" state="0">
<bounds x="489.0000" y="520.2500" width="60.0000" height="47.5000">
</bounds>
<bounds x="489.0000" y="520.2500" width="60.0000" height="47.5000"/>
</element>
<element name="lamp17" ref="reel_lamp_layer_4" state="0">
<bounds x="493.3333" y="522.8889" width="53.3333" height="42.2222">
</bounds>
<bounds x="493.3333" y="522.8889" width="53.3333" height="42.2222"/>
</element>
<element name="lamp17" ref="reel_lamp_layer_5" state="0">
<bounds x="496.6667" y="525.5278" width="46.6667" height="36.9444">
</bounds>
<bounds x="496.6667" y="525.5278" width="46.6667" height="36.9444"/>
</element>
<element name="lamp16" ref="reel_lamp_layer_0" state="0">
<bounds x="479.0000" y="575.6667" width="80.0000" height="63.3333">
</bounds>
<bounds x="479.0000" y="575.6667" width="80.0000" height="63.3333"/>
</element>
<element name="lamp16" ref="reel_lamp_layer_1" state="0">
<bounds x="482.3333" y="578.3056" width="73.3333" height="58.0556">
</bounds>
<bounds x="482.3333" y="578.3056" width="73.3333" height="58.0556"/>
</element>
<element name="lamp16" ref="reel_lamp_layer_2" state="0">
<bounds x="485.6667" y="580.9445" width="66.6667" height="52.7778">
</bounds>
<bounds x="485.6667" y="580.9445" width="66.6667" height="52.7778"/>
</element>
<element name="lamp16" ref="reel_lamp_layer_3" state="0">
<bounds x="489.0000" y="583.5834" width="60.0000" height="47.5000">
</bounds>
<bounds x="489.0000" y="583.5834" width="60.0000" height="47.5000"/>
</element>
<element name="lamp16" ref="reel_lamp_layer_4" state="0">
<bounds x="493.3333" y="586.2222" width="53.3333" height="42.2222">
</bounds>
<bounds x="493.3333" y="586.2222" width="53.3333" height="42.2222"/>
</element>
<element name="lamp16" ref="reel_lamp_layer_5" state="0">
<bounds x="496.6667" y="588.8611" width="46.6667" height="36.9444">
</bounds>
<bounds x="496.6667" y="588.8611" width="46.6667" height="36.9444"/>
</element>
<element name="sreel3" ref="reel2" state="0">
<bounds x="479" y="449" width="80" height="190"/>
@ -5579,28 +5511,22 @@
<bounds x="202" y="135" width="80" height="80"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_0" state="0">
<bounds x="202.0000" y="135.0000" width="80.0000" height="80.0000">
</bounds>
<bounds x="202.0000" y="135.0000" width="80.0000" height="80.0000"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_1" state="0">
<bounds x="205.1667" y="138.9583" width="75.6667" height="61.0833">
</bounds>
<bounds x="205.1667" y="138.9583" width="75.6667" height="61.0833"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_2" state="0">
<bounds x="208.3333" y="142.9167" width="69.3333" height="56.1667">
</bounds>
<bounds x="208.3333" y="142.9167" width="69.3333" height="56.1667"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_3" state="0">
<bounds x="211.5000" y="146.8750" width="64.0000" height="50.2500">
</bounds>
<bounds x="211.5000" y="146.8750" width="64.0000" height="50.2500"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_4" state="0">
<bounds x="214.6667" y="150.8333" width="59.6667" height="44.3333">
</bounds>
<bounds x="214.6667" y="150.8333" width="59.6667" height="44.3333"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_5" state="0">
<bounds x="217.8333" y="154.7917" width="55.3333" height="38.20867">
</bounds>
<bounds x="217.8333" y="154.7917" width="55.3333" height="38.20867"/>
</element>
<element name="sreel4" ref="reel3" state="0">
<bounds x="202" y="135" width="80" height="80"/>
@ -6549,12 +6475,11 @@
</element>
<repeat count="16">
<param name="i" start="0" increment="1" />
<param name="x" start="295" increment="17" />
<param name="i" start="0" increment="1"/>
<param name="x" start="295" increment="17"/>
<element name="vfd~i~" ref="vfd0">
<bounds x="~x~" y="320" width="17" height="30">
</bounds>
<bounds x="~x~" y="320" width="17" height="30"/>
</element>
</repeat>

View File

@ -3117,28 +3117,22 @@
<bounds x="253" y="152" width="59" height="59"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_0" state="0">
<bounds x="253.0000" y="153.0000" width="140.0000" height="50.0000">
</bounds>
<bounds x="253.0000" y="153.0000" width="140.0000" height="50.0000"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_1" state="0">
<bounds x="258.8333" y="154.0833" width="128.3333" height="45.8333">
</bounds>
<bounds x="258.8333" y="154.0833" width="128.3333" height="45.8333"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_2" state="0">
<bounds x="264.6667" y="156.1667" width="116.6667" height="41.6667">
</bounds>
<bounds x="264.6667" y="156.1667" width="116.6667" height="41.6667"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_3" state="0">
<bounds x="270.5000" y="158.2500" width="105.0000" height="37.5000">
</bounds>
<bounds x="270.5000" y="158.2500" width="105.0000" height="37.5000"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_4" state="0">
<bounds x="276.3333" y="160.3333" width="93.3333" height="33.3333">
</bounds>
<bounds x="276.3333" y="160.3333" width="93.3333" height="33.3333"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_5" state="0">
<bounds x="282.1667" y="162.4167" width="81.6667" height="29.1667">
</bounds>
<bounds x="282.1667" y="162.4167" width="81.6667" height="29.1667"/>
</element>
<element name="sreel4" ref="reel3" state="0">
<bounds x="253" y="152" width="59" height="59"/>
@ -3981,12 +3975,11 @@
<bounds x="149" y="347" width="272" height="30"/>
</element>
<repeat count="16">
<param name="i" start="0" increment="1" />
<param name="x" start="149" increment="17" />
<param name="i" start="0" increment="1"/>
<param name="x" start="149" increment="17"/>
<element name="vfd~i~" ref="vfd0">
<bounds x="~x~" y="347" width="17" height="30">
</bounds>
<bounds x="~x~" y="347" width="17" height="30"/>
</element>
</repeat>
<element name="label83" ref="label_83">

View File

@ -4927,28 +4927,22 @@
<bounds x="5" y="180" width="80" height="80"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_0" state="0">
<bounds x="5.0000" y="180.0000" width="80" height="80">
</bounds>
<bounds x="5.0000" y="180.0000" width="80" height="80"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_1" state="0">
<bounds x="13.0000" y="188.0000" width="72" height="72">
</bounds>
<bounds x="13.0000" y="188.0000" width="72" height="72"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_2" state="0">
<bounds x="21.0000" y="196.0000" width="64" height="64">
</bounds>
<bounds x="21.0000" y="196.0000" width="64" height="64"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_3" state="0">
<bounds x="29.0000" y="204.0000" width="56" height="56">
</bounds>
<bounds x="29.0000" y="204.0000" width="56" height="56"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_4" state="0">
<bounds x="37.0000" y="212.0000" width="48" height="48">
</bounds>
<bounds x="37.0000" y="212.0000" width="48" height="48"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_5" state="0">
<bounds x="45" y="200" width="40" height="40">
</bounds>
<bounds x="45" y="200" width="40" height="40"/>
</element>
<element name="sreel4" ref="reel3" state="0">
<bounds x="5" y="180" width="80" height="80"/>

View File

@ -5540,12 +5540,11 @@
<bounds x="434" y="423" width="272" height="30"/>
</element>
<repeat count="16">
<param name="i" start="0" increment="1" />
<param name="x" start="434" increment="17" />
<param name="i" start="0" increment="1"/>
<param name="x" start="434" increment="17"/>
<element name="vfd~i~" ref="vfd0">
<bounds x="~x~" y="423" width="17" height="30">
</bounds>
<bounds x="~x~" y="423" width="17" height="30"/>
</element>
</repeat>
<element name="label61" ref="label_61">

View File

@ -2370,444 +2370,342 @@
<element name="lamp_55_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_55_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="4X Mixed Bar &#xA3;15">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_60_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_60_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="4X Grapes &#xA3;25">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_64_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_64_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="4X JPM &#xA3;50">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_68_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_68_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="4X Single Bar &#xA3;75">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_142_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_142_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="4X Triple Bar &#xA3;150">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_140_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_140_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="4x GUAB &#xA3;250">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_92_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_92_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="4X Double Bar &#xA3;100">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_242_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_242_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="3X Cherry &#xA3;1">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_240_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_240_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="3X Mixed Bar &#xA3;1.20">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_230_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_230_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="3X Grapes &#xA3;1.60">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_228_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_228_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="3X JPM &#xA3;2">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_221_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_221_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="3X Single Bar &#xA3;3">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_219_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_219_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="3X Double Bar &#xA3;4">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_217_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_217_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="3X Triple Bar &#xA3;5">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_215_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_215_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="3X GUAB &#xA3;6">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_49_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_49_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="3X Cashpot &#xA3;8">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_51_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_51_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="4X Cherry &#xA3;10">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
@ -3093,36 +2991,28 @@
</element>
<element name="colour_button_172_border">
<rect state="1">
<color red="0.50" green="0.00" blue="0.00">
</color>
<color red="0.50" green="0.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.00" blue="0.00">
</color>
<color red="0.12" green="0.00" blue="0.00"/>
</rect>
</element>
<element name="colour_button_172">
<rect state="1">
<color red="1.00" green="0.00" blue="0.00">
</color>
<color red="1.00" green="0.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.00" blue="0.00">
</color>
<color red="0.25" green="0.00" blue="0.00"/>
</rect>
<text string="&#xA3;1">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="label_148">
<text string="4X Cashpot">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
@ -5302,12 +5192,10 @@
<bounds x="176" y="447" width="80" height="160"/>
</element>
<element name="lamp14" ref="colour_button_171_border" state="0" inputtag="COINS" inputmask="0x01">
<bounds x="723" y="6" width="52" height="27">
</bounds>
<bounds x="723" y="6" width="52" height="27"/>
</element>
<element name="lamp14" ref="colour_button_171" state="0" inputtag="COINS" inputmask="0x01">
<bounds x="725" y="8" width="48" height="23">
</bounds>
<bounds x="725" y="8" width="48" height="23"/>
</element>
<element name="lamp2" ref="reel_lamp_layer_0" state="0">
@ -5746,140 +5634,106 @@
<bounds x="193" y="411" width="298" height="15"/>
</element>
<element name="lamp55" ref="lamp_55_1_border" state="0">
<bounds x="775" y="208" width="142" height="37">
</bounds>
<bounds x="775" y="208" width="142" height="37"/>
</element>
<element name="lamp55" ref="lamp_55_1" state="0">
<bounds x="777" y="210" width="138" height="33">
</bounds>
<bounds x="777" y="210" width="138" height="33"/>
</element>
<element name="lamp60" ref="lamp_60_1_border" state="0">
<bounds x="775" y="174" width="142" height="37">
</bounds>
<bounds x="775" y="174" width="142" height="37"/>
</element>
<element name="lamp60" ref="lamp_60_1" state="0">
<bounds x="777" y="176" width="138" height="33">
</bounds>
<bounds x="777" y="176" width="138" height="33"/>
</element>
<element name="lamp64" ref="lamp_64_1_border" state="0">
<bounds x="775" y="140" width="142" height="37">
</bounds>
<bounds x="775" y="140" width="142" height="37"/>
</element>
<element name="lamp64" ref="lamp_64_1" state="0">
<bounds x="777" y="142" width="138" height="33">
</bounds>
<bounds x="777" y="142" width="138" height="33"/>
</element>
<element name="lamp68" ref="lamp_68_1_border" state="0">
<bounds x="775" y="106" width="142" height="37">
</bounds>
<bounds x="775" y="106" width="142" height="37"/>
</element>
<element name="lamp68" ref="lamp_68_1" state="0">
<bounds x="777" y="108" width="138" height="33">
</bounds>
<bounds x="777" y="108" width="138" height="33"/>
</element>
<element name="lamp142" ref="lamp_142_1_border" state="0">
<bounds x="775" y="38" width="142" height="37">
</bounds>
<bounds x="775" y="38" width="142" height="37"/>
</element>
<element name="lamp142" ref="lamp_142_1" state="0">
<bounds x="777" y="40" width="138" height="33">
</bounds>
<bounds x="777" y="40" width="138" height="33"/>
</element>
<element name="lamp140" ref="lamp_140_1_border" state="0">
<bounds x="775" y="4" width="142" height="37">
</bounds>
<bounds x="775" y="4" width="142" height="37"/>
</element>
<element name="lamp140" ref="lamp_140_1" state="0">
<bounds x="777" y="6" width="138" height="33">
</bounds>
<bounds x="777" y="6" width="138" height="33"/>
</element>
<element name="lamp92" ref="lamp_92_1_border" state="0">
<bounds x="775" y="72" width="142" height="37">
</bounds>
<bounds x="775" y="72" width="142" height="37"/>
</element>
<element name="lamp92" ref="lamp_92_1" state="0">
<bounds x="777" y="74" width="138" height="33">
</bounds>
<bounds x="777" y="74" width="138" height="33"/>
</element>
<element name="lamp242" ref="lamp_242_1_border" state="0">
<bounds x="775" y="548" width="102" height="37">
</bounds>
<bounds x="775" y="548" width="102" height="37"/>
</element>
<element name="lamp242" ref="lamp_242_1" state="0">
<bounds x="777" y="550" width="98" height="33">
</bounds>
<bounds x="777" y="550" width="98" height="33"/>
</element>
<element name="lamp240" ref="lamp_240_1_border" state="0">
<bounds x="775" y="514" width="102" height="37">
</bounds>
<bounds x="775" y="514" width="102" height="37"/>
</element>
<element name="lamp240" ref="lamp_240_1" state="0">
<bounds x="777" y="516" width="98" height="33">
</bounds>
<bounds x="777" y="516" width="98" height="33"/>
</element>
<element name="lamp230" ref="lamp_230_1_border" state="0">
<bounds x="775" y="480" width="102" height="37">
</bounds>
<bounds x="775" y="480" width="102" height="37"/>
</element>
<element name="lamp230" ref="lamp_230_1" state="0">
<bounds x="777" y="482" width="98" height="33">
</bounds>
<bounds x="777" y="482" width="98" height="33"/>
</element>
<element name="lamp228" ref="lamp_228_1_border" state="0">
<bounds x="775" y="446" width="102" height="37">
</bounds>
<bounds x="775" y="446" width="102" height="37"/>
</element>
<element name="lamp228" ref="lamp_228_1" state="0">
<bounds x="777" y="448" width="98" height="33">
</bounds>
<bounds x="777" y="448" width="98" height="33"/>
</element>
<element name="lamp221" ref="lamp_221_1_border" state="0">
<bounds x="775" y="412" width="102" height="37">
</bounds>
<bounds x="775" y="412" width="102" height="37"/>
</element>
<element name="lamp221" ref="lamp_221_1" state="0">
<bounds x="777" y="414" width="98" height="33">
</bounds>
<bounds x="777" y="414" width="98" height="33"/>
</element>
<element name="lamp219" ref="lamp_219_1_border" state="0">
<bounds x="775" y="378" width="102" height="37">
</bounds>
<bounds x="775" y="378" width="102" height="37"/>
</element>
<element name="lamp219" ref="lamp_219_1" state="0">
<bounds x="777" y="380" width="98" height="33">
</bounds>
<bounds x="777" y="380" width="98" height="33"/>
</element>
<element name="lamp217" ref="lamp_217_1_border" state="0">
<bounds x="775" y="344" width="102" height="37">
</bounds>
<bounds x="775" y="344" width="102" height="37"/>
</element>
<element name="lamp217" ref="lamp_217_1" state="0">
<bounds x="777" y="346" width="98" height="33">
</bounds>
<bounds x="777" y="346" width="98" height="33"/>
</element>
<element name="lamp215" ref="lamp_215_1_border" state="0">
<bounds x="775" y="310" width="102" height="37">
</bounds>
<bounds x="775" y="310" width="102" height="37"/>
</element>
<element name="lamp215" ref="lamp_215_1" state="0">
<bounds x="777" y="312" width="98" height="33">
</bounds>
<bounds x="777" y="312" width="98" height="33"/>
</element>
<element name="lamp49" ref="lamp_49_1_border" state="0">
<bounds x="775" y="276" width="102" height="37">
</bounds>
<bounds x="775" y="276" width="102" height="37"/>
</element>
<element name="lamp49" ref="lamp_49_1" state="0">
<bounds x="777" y="278" width="98" height="33">
</bounds>
<bounds x="777" y="278" width="98" height="33"/>
</element>
<element name="lamp51" ref="lamp_51_1_border" state="0">
<bounds x="775" y="242" width="142" height="37">
</bounds>
<bounds x="775" y="242" width="142" height="37"/>
</element>
<element name="lamp51" ref="lamp_51_1" state="0">
<bounds x="777" y="244" width="138" height="33">
</bounds>
<bounds x="777" y="244" width="138" height="33"/>
</element>
<element name="lamp227" ref="lamp_227_1_border" state="0">
<bounds x="807" y="583" width="42" height="19"/>

View File

@ -161,8 +161,7 @@
</element>
<element name="lamp_109_1" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.50">
</color>
<color red="0.50" green="0.50" blue="0.50"/>
</rect>
<rect state="0">
<color red="0.13" green="0.13" blue="0.13"/>

View File

@ -161,8 +161,7 @@
</element>
<element name="lamp_109_1" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.50">
</color>
<color red="0.50" green="0.50" blue="0.50"/>
</rect>
<rect state="0">
<color red="0.13" green="0.13" blue="0.13"/>

View File

@ -2782,12 +2782,11 @@
<bounds x="281" y="382" width="272" height="30"/>
</element>
<repeat count="16">
<param name="i" start="0" increment="1" />
<param name="x" start="281" increment="17" />
<param name="i" start="0" increment="1"/>
<param name="x" start="281" increment="17"/>
<element name="vfd~i~" ref="vfd0">
<bounds x="~x~" y="382" width="17" height="30">
</bounds>
<bounds x="~x~" y="382" width="17" height="30"/>
</element>
</repeat>
<element name="label47" ref="label_47">

View File

@ -1701,106 +1701,82 @@
</element>
<element name="lamp_230_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_230_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="4">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_231_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_231_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="3">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_232_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_232_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="2">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_233_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_233_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="1">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_229_1_border" defstate="0">
@ -5509,36 +5485,28 @@
<bounds x="154" y="304" width="14" height="28"/>
</element>
<element name="lamp230" ref="lamp_230_1_border" state="0">
<bounds x="212" y="530" width="37" height="47">
</bounds>
<bounds x="212" y="530" width="37" height="47"/>
</element>
<element name="lamp230" ref="lamp_230_1" state="0">
<bounds x="214" y="532" width="33" height="43">
</bounds>
<bounds x="214" y="532" width="33" height="43"/>
</element>
<element name="lamp231" ref="lamp_231_1_border" state="0">
<bounds x="175" y="530" width="37" height="47">
</bounds>
<bounds x="175" y="530" width="37" height="47"/>
</element>
<element name="lamp231" ref="lamp_231_1" state="0">
<bounds x="177" y="532" width="33" height="43">
</bounds>
<bounds x="177" y="532" width="33" height="43"/>
</element>
<element name="lamp232" ref="lamp_232_1_border" state="0">
<bounds x="138" y="530" width="37" height="47">
</bounds>
<bounds x="138" y="530" width="37" height="47"/>
</element>
<element name="lamp232" ref="lamp_232_1" state="0">
<bounds x="140" y="532" width="33" height="43">
</bounds>
<bounds x="140" y="532" width="33" height="43"/>
</element>
<element name="lamp233" ref="lamp_233_1_border" state="0">
<bounds x="101" y="530" width="37" height="47">
</bounds>
<bounds x="101" y="530" width="37" height="47"/>
</element>
<element name="lamp233" ref="lamp_233_1" state="0">
<bounds x="103" y="532" width="33" height="43">
</bounds>
<bounds x="103" y="532" width="33" height="43"/>
</element>
<element name="lamp229" ref="lamp_229_1_border" state="0">
<bounds x="151" y="498" width="52" height="32"/>

View File

@ -1701,106 +1701,82 @@
</element>
<element name="lamp_230_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_230_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="4">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_231_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_231_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="3">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_232_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_232_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="2">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_233_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_233_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="1">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_229_1_border" defstate="0">
@ -5509,36 +5485,28 @@
<bounds x="154" y="304" width="14" height="28"/>
</element>
<element name="lamp230" ref="lamp_230_1_border" state="0">
<bounds x="212" y="530" width="37" height="47">
</bounds>
<bounds x="212" y="530" width="37" height="47"/>
</element>
<element name="lamp230" ref="lamp_230_1" state="0">
<bounds x="214" y="532" width="33" height="43">
</bounds>
<bounds x="214" y="532" width="33" height="43"/>
</element>
<element name="lamp231" ref="lamp_231_1_border" state="0">
<bounds x="175" y="530" width="37" height="47">
</bounds>
<bounds x="175" y="530" width="37" height="47"/>
</element>
<element name="lamp231" ref="lamp_231_1" state="0">
<bounds x="177" y="532" width="33" height="43">
</bounds>
<bounds x="177" y="532" width="33" height="43"/>
</element>
<element name="lamp232" ref="lamp_232_1_border" state="0">
<bounds x="138" y="530" width="37" height="47">
</bounds>
<bounds x="138" y="530" width="37" height="47"/>
</element>
<element name="lamp232" ref="lamp_232_1" state="0">
<bounds x="140" y="532" width="33" height="43">
</bounds>
<bounds x="140" y="532" width="33" height="43"/>
</element>
<element name="lamp233" ref="lamp_233_1_border" state="0">
<bounds x="101" y="530" width="37" height="47">
</bounds>
<bounds x="101" y="530" width="37" height="47"/>
</element>
<element name="lamp233" ref="lamp_233_1" state="0">
<bounds x="103" y="532" width="33" height="43">
</bounds>
<bounds x="103" y="532" width="33" height="43"/>
</element>
<element name="lamp229" ref="lamp_229_1_border" state="0">
<bounds x="151" y="498" width="52" height="32"/>

View File

@ -1701,106 +1701,82 @@
</element>
<element name="lamp_230_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_230_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="4">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_231_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_231_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="3">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_232_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_232_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="2">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_233_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_233_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="1">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_229_1_border" defstate="0">
@ -5509,36 +5485,28 @@
<bounds x="154" y="304" width="14" height="28"/>
</element>
<element name="lamp230" ref="lamp_230_1_border" state="0">
<bounds x="212" y="530" width="37" height="47">
</bounds>
<bounds x="212" y="530" width="37" height="47"/>
</element>
<element name="lamp230" ref="lamp_230_1" state="0">
<bounds x="214" y="532" width="33" height="43">
</bounds>
<bounds x="214" y="532" width="33" height="43"/>
</element>
<element name="lamp231" ref="lamp_231_1_border" state="0">
<bounds x="175" y="530" width="37" height="47">
</bounds>
<bounds x="175" y="530" width="37" height="47"/>
</element>
<element name="lamp231" ref="lamp_231_1" state="0">
<bounds x="177" y="532" width="33" height="43">
</bounds>
<bounds x="177" y="532" width="33" height="43"/>
</element>
<element name="lamp232" ref="lamp_232_1_border" state="0">
<bounds x="138" y="530" width="37" height="47">
</bounds>
<bounds x="138" y="530" width="37" height="47"/>
</element>
<element name="lamp232" ref="lamp_232_1" state="0">
<bounds x="140" y="532" width="33" height="43">
</bounds>
<bounds x="140" y="532" width="33" height="43"/>
</element>
<element name="lamp233" ref="lamp_233_1_border" state="0">
<bounds x="101" y="530" width="37" height="47">
</bounds>
<bounds x="101" y="530" width="37" height="47"/>
</element>
<element name="lamp233" ref="lamp_233_1" state="0">
<bounds x="103" y="532" width="33" height="43">
</bounds>
<bounds x="103" y="532" width="33" height="43"/>
</element>
<element name="lamp229" ref="lamp_229_1_border" state="0">
<bounds x="151" y="498" width="52" height="32"/>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -5309,8 +5309,7 @@
<param name="x" start="94" increment="15" />
<element name="vfd~i~" ref="vfd0">
<bounds x="~x~" y="281" width="15" height="30">
</bounds>
<bounds x="~x~" y="281" width="15" height="30"/>
</element>
</repeat>
</view>
@ -7240,12 +7239,11 @@
<bounds x="1708" y="1007" width="40" height="22"/>
</element>
<repeat count="16">
<param name="i" start="0" increment="1" />
<param name="x" start="1150" increment="32" />
<param name="i" start="0" increment="1"/>
<param name="x" start="1150" increment="32"/>
<element name="vfd~i~" ref="vfd0">
<bounds x="~x~" y="600" width="32" height="48">
</bounds>
<bounds x="~x~" y="600" width="32" height="48"/>
</element>
</repeat>
<element ref="reel_background">

File diff suppressed because it is too large Load Diff

View File

@ -3829,114 +3829,88 @@
</element>
<element name="lamp_214_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_214_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="1">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_215_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_215_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="2">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_217_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_217_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="3">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_228_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_228_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="4">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="label_9">
<text string="Nudges">
<color red="1.0" green="1.0" blue="1.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="1.0" green="1.0" blue="1.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
@ -3948,272 +3922,205 @@
<bounds x="265" y="415" width="80" height="190"/>
</element>
<element name="lamp2" ref="reel_lamp_layer_0" state="0">
<bounds x="265.0000" y="415.0000" width="80.0000" height="63.3333">
</bounds>
<bounds x="265.0000" y="415.0000" width="80.0000" height="63.3333"/>
</element>
<element name="lamp2" ref="reel_lamp_layer_1" state="0">
<bounds x="268.3333" y="417.6389" width="73.3333" height="58.0556">
</bounds>
<bounds x="268.3333" y="417.6389" width="73.3333" height="58.0556"/>
</element>
<element name="lamp2" ref="reel_lamp_layer_2" state="0">
<bounds x="271.6667" y="420.2778" width="66.6667" height="52.7778">
</bounds>
<bounds x="271.6667" y="420.2778" width="66.6667" height="52.7778"/>
</element>
<element name="lamp2" ref="reel_lamp_layer_3" state="0">
<bounds x="275.0000" y="422.9167" width="60.0000" height="47.5000">
</bounds>
<bounds x="275.0000" y="422.9167" width="60.0000" height="47.5000"/>
</element>
<element name="lamp2" ref="reel_lamp_layer_4" state="0">
<bounds x="278.3333" y="425.5555" width="53.3333" height="42.2222">
</bounds>
<bounds x="278.3333" y="425.5555" width="53.3333" height="42.2222"/>
</element>
<element name="lamp2" ref="reel_lamp_layer_5" state="0">
<bounds x="281.6667" y="428.1945" width="46.6667" height="36.9444">
</bounds>
<bounds x="281.6667" y="428.1945" width="46.6667" height="36.9444"/>
</element>
<element name="lamp1" ref="reel_lamp_layer_0" state="0">
<bounds x="265.0000" y="478.3333" width="80.0000" height="63.3333">
</bounds>
<bounds x="265.0000" y="478.3333" width="80.0000" height="63.3333"/>
</element>
<element name="lamp1" ref="reel_lamp_layer_1" state="0">
<bounds x="268.3333" y="480.9722" width="73.3333" height="58.0556">
</bounds>
<bounds x="268.3333" y="480.9722" width="73.3333" height="58.0556"/>
</element>
<element name="lamp1" ref="reel_lamp_layer_2" state="0">
<bounds x="271.6667" y="483.6111" width="66.6667" height="52.7778">
</bounds>
<bounds x="271.6667" y="483.6111" width="66.6667" height="52.7778"/>
</element>
<element name="lamp1" ref="reel_lamp_layer_3" state="0">
<bounds x="275.0000" y="486.2500" width="60.0000" height="47.5000">
</bounds>
<bounds x="275.0000" y="486.2500" width="60.0000" height="47.5000"/>
</element>
<element name="lamp1" ref="reel_lamp_layer_4" state="0">
<bounds x="278.3333" y="488.8889" width="53.3333" height="42.2222">
</bounds>
<bounds x="278.3333" y="488.8889" width="53.3333" height="42.2222"/>
</element>
<element name="lamp1" ref="reel_lamp_layer_5" state="0">
<bounds x="281.6667" y="491.5278" width="46.6667" height="36.9444">
</bounds>
<bounds x="281.6667" y="491.5278" width="46.6667" height="36.9444"/>
</element>
<element name="lamp0" ref="reel_lamp_layer_0" state="0">
<bounds x="265.0000" y="541.6667" width="80.0000" height="63.3333">
</bounds>
<bounds x="265.0000" y="541.6667" width="80.0000" height="63.3333"/>
</element>
<element name="lamp0" ref="reel_lamp_layer_1" state="0">
<bounds x="268.3333" y="544.3056" width="73.3333" height="58.0556">
</bounds>
<bounds x="268.3333" y="544.3056" width="73.3333" height="58.0556"/>
</element>
<element name="lamp0" ref="reel_lamp_layer_2" state="0">
<bounds x="271.6667" y="546.9445" width="66.6667" height="52.7778">
</bounds>
<bounds x="271.6667" y="546.9445" width="66.6667" height="52.7778"/>
</element>
<element name="lamp0" ref="reel_lamp_layer_3" state="0">
<bounds x="275.0000" y="549.5834" width="60.0000" height="47.5000">
</bounds>
<bounds x="275.0000" y="549.5834" width="60.0000" height="47.5000"/>
</element>
<element name="lamp0" ref="reel_lamp_layer_4" state="0">
<bounds x="278.3333" y="552.2222" width="53.3333" height="42.2222">
</bounds>
<bounds x="278.3333" y="552.2222" width="53.3333" height="42.2222"/>
</element>
<element name="lamp0" ref="reel_lamp_layer_5" state="0">
<bounds x="281.6667" y="554.8611" width="46.6667" height="36.9444">
</bounds>
<bounds x="281.6667" y="554.8611" width="46.6667" height="36.9444"/>
</element>
<element name="sreel1" ref="reel0" state="0">
<bounds x="265" y="415" width="80" height="190">
</bounds>
<bounds x="265" y="415" width="80" height="190"/>
</element>
<element ref="reel_background">
<bounds x="347" y="415" width="80" height="190">
</bounds>
<bounds x="347" y="415" width="80" height="190"/>
</element>
<element name="lamp5" ref="reel_lamp_layer_0" state="0">
<bounds x="347.0000" y="415.0000" width="80.0000" height="63.3333">
</bounds>
<bounds x="347.0000" y="415.0000" width="80.0000" height="63.3333"/>
</element>
<element name="lamp5" ref="reel_lamp_layer_1" state="0">
<bounds x="350.3333" y="417.6389" width="73.3333" height="58.0556">
</bounds>
<bounds x="350.3333" y="417.6389" width="73.3333" height="58.0556"/>
</element>
<element name="lamp5" ref="reel_lamp_layer_2" state="0">
<bounds x="353.6667" y="420.2778" width="66.6667" height="52.7778">
</bounds>
<bounds x="353.6667" y="420.2778" width="66.6667" height="52.7778"/>
</element>
<element name="lamp5" ref="reel_lamp_layer_3" state="0">
<bounds x="357.0000" y="422.9167" width="60.0000" height="47.5000">
</bounds>
<bounds x="357.0000" y="422.9167" width="60.0000" height="47.5000"/>
</element>
<element name="lamp5" ref="reel_lamp_layer_4" state="0">
<bounds x="360.3333" y="425.5555" width="53.3333" height="42.2222">
</bounds>
<bounds x="360.3333" y="425.5555" width="53.3333" height="42.2222"/>
</element>
<element name="lamp5" ref="reel_lamp_layer_5" state="0">
<bounds x="363.6667" y="428.1945" width="46.6667" height="36.9444">
</bounds>
<bounds x="363.6667" y="428.1945" width="46.6667" height="36.9444"/>
</element>
<element name="lamp4" ref="reel_lamp_layer_0" state="0">
<bounds x="347.0000" y="478.3333" width="80.0000" height="63.3333">
</bounds>
<bounds x="347.0000" y="478.3333" width="80.0000" height="63.3333"/>
</element>
<element name="lamp4" ref="reel_lamp_layer_1" state="0">
<bounds x="350.3333" y="480.9722" width="73.3333" height="58.0556">
</bounds>
<bounds x="350.3333" y="480.9722" width="73.3333" height="58.0556"/>
</element>
<element name="lamp4" ref="reel_lamp_layer_2" state="0">
<bounds x="353.6667" y="483.6111" width="66.6667" height="52.7778">
</bounds>
<bounds x="353.6667" y="483.6111" width="66.6667" height="52.7778"/>
</element>
<element name="lamp4" ref="reel_lamp_layer_3" state="0">
<bounds x="357.0000" y="486.2500" width="60.0000" height="47.5000">
</bounds>
<bounds x="357.0000" y="486.2500" width="60.0000" height="47.5000"/>
</element>
<element name="lamp4" ref="reel_lamp_layer_4" state="0">
<bounds x="360.3333" y="488.8889" width="53.3333" height="42.2222">
</bounds>
<bounds x="360.3333" y="488.8889" width="53.3333" height="42.2222"/>
</element>
<element name="lamp4" ref="reel_lamp_layer_5" state="0">
<bounds x="363.6667" y="491.5278" width="46.6667" height="36.9444">
</bounds>
<bounds x="363.6667" y="491.5278" width="46.6667" height="36.9444"/>
</element>
<element name="lamp3" ref="reel_lamp_layer_0" state="0">
<bounds x="347.0000" y="541.6667" width="80.0000" height="63.3333">
</bounds>
<bounds x="347.0000" y="541.6667" width="80.0000" height="63.3333"/>
</element>
<element name="lamp3" ref="reel_lamp_layer_1" state="0">
<bounds x="350.3333" y="544.3056" width="73.3333" height="58.0556">
</bounds>
<bounds x="350.3333" y="544.3056" width="73.3333" height="58.0556"/>
</element>
<element name="lamp3" ref="reel_lamp_layer_2" state="0">
<bounds x="353.6667" y="546.9445" width="66.6667" height="52.7778">
</bounds>
<bounds x="353.6667" y="546.9445" width="66.6667" height="52.7778"/>
</element>
<element name="lamp3" ref="reel_lamp_layer_3" state="0">
<bounds x="357.0000" y="549.5834" width="60.0000" height="47.5000">
</bounds>
<bounds x="357.0000" y="549.5834" width="60.0000" height="47.5000"/>
</element>
<element name="lamp3" ref="reel_lamp_layer_4" state="0">
<bounds x="360.3333" y="552.2222" width="53.3333" height="42.2222">
</bounds>
<bounds x="360.3333" y="552.2222" width="53.3333" height="42.2222"/>
</element>
<element name="lamp3" ref="reel_lamp_layer_5" state="0">
<bounds x="363.6667" y="554.8611" width="46.6667" height="36.9444">
</bounds>
<bounds x="363.6667" y="554.8611" width="46.6667" height="36.9444"/>
</element>
<element name="sreel2" ref="reel1" state="0">
<bounds x="347" y="415" width="80" height="190">
</bounds>
<bounds x="347" y="415" width="80" height="190"/>
</element>
<element ref="reel_background">
<bounds x="429" y="415" width="80" height="190">
</bounds>
<bounds x="429" y="415" width="80" height="190"/>
</element>
<element name="lamp18" ref="reel_lamp_layer_0" state="0">
<bounds x="429.0000" y="415.0000" width="80.0000" height="63.3333">
</bounds>
<bounds x="429.0000" y="415.0000" width="80.0000" height="63.3333"/>
</element>
<element name="lamp18" ref="reel_lamp_layer_1" state="0">
<bounds x="432.3333" y="417.6389" width="73.3333" height="58.0556">
</bounds>
<bounds x="432.3333" y="417.6389" width="73.3333" height="58.0556"/>
</element>
<element name="lamp18" ref="reel_lamp_layer_2" state="0">
<bounds x="435.6667" y="420.2778" width="66.6667" height="52.7778">
</bounds>
<bounds x="435.6667" y="420.2778" width="66.6667" height="52.7778"/>
</element>
<element name="lamp18" ref="reel_lamp_layer_3" state="0">
<bounds x="439.0000" y="422.9167" width="60.0000" height="47.5000">
</bounds>
<bounds x="439.0000" y="422.9167" width="60.0000" height="47.5000"/>
</element>
<element name="lamp18" ref="reel_lamp_layer_4" state="0">
<bounds x="442.3333" y="425.5555" width="53.3333" height="42.2222">
</bounds>
<bounds x="442.3333" y="425.5555" width="53.3333" height="42.2222"/>
</element>
<element name="lamp18" ref="reel_lamp_layer_5" state="0">
<bounds x="445.6667" y="428.1945" width="46.6667" height="36.9444">
</bounds>
<bounds x="445.6667" y="428.1945" width="46.6667" height="36.9444"/>
</element>
<element name="lamp17" ref="reel_lamp_layer_0" state="0">
<bounds x="429.0000" y="478.3333" width="80.0000" height="63.3333">
</bounds>
<bounds x="429.0000" y="478.3333" width="80.0000" height="63.3333"/>
</element>
<element name="lamp17" ref="reel_lamp_layer_1" state="0">
<bounds x="432.3333" y="480.9722" width="73.3333" height="58.0556">
</bounds>
<bounds x="432.3333" y="480.9722" width="73.3333" height="58.0556"/>
</element>
<element name="lamp17" ref="reel_lamp_layer_2" state="0">
<bounds x="435.6667" y="483.6111" width="66.6667" height="52.7778">
</bounds>
<bounds x="435.6667" y="483.6111" width="66.6667" height="52.7778"/>
</element>
<element name="lamp17" ref="reel_lamp_layer_3" state="0">
<bounds x="439.0000" y="486.2500" width="60.0000" height="47.5000">
</bounds>
<bounds x="439.0000" y="486.2500" width="60.0000" height="47.5000"/>
</element>
<element name="lamp17" ref="reel_lamp_layer_4" state="0">
<bounds x="442.3333" y="488.8889" width="53.3333" height="42.2222">
</bounds>
<bounds x="442.3333" y="488.8889" width="53.3333" height="42.2222"/>
</element>
<element name="lamp17" ref="reel_lamp_layer_5" state="0">
<bounds x="445.6667" y="491.5278" width="46.6667" height="36.9444">
</bounds>
<bounds x="445.6667" y="491.5278" width="46.6667" height="36.9444"/>
</element>
<element name="lamp16" ref="reel_lamp_layer_0" state="0">
<bounds x="429.0000" y="541.6667" width="80.0000" height="63.3333">
</bounds>
<bounds x="429.0000" y="541.6667" width="80.0000" height="63.3333"/>
</element>
<element name="lamp16" ref="reel_lamp_layer_1" state="0">
<bounds x="432.3333" y="544.3056" width="73.3333" height="58.0556">
</bounds>
<bounds x="432.3333" y="544.3056" width="73.3333" height="58.0556"/>
</element>
<element name="lamp16" ref="reel_lamp_layer_2" state="0">
<bounds x="435.6667" y="546.9445" width="66.6667" height="52.7778">
</bounds>
<bounds x="435.6667" y="546.9445" width="66.6667" height="52.7778"/>
</element>
<element name="lamp16" ref="reel_lamp_layer_3" state="0">
<bounds x="439.0000" y="549.5834" width="60.0000" height="47.5000">
</bounds>
<bounds x="439.0000" y="549.5834" width="60.0000" height="47.5000"/>
</element>
<element name="lamp16" ref="reel_lamp_layer_4" state="0">
<bounds x="442.3333" y="552.2222" width="53.3333" height="42.2222">
</bounds>
<bounds x="442.3333" y="552.2222" width="53.3333" height="42.2222"/>
</element>
<element name="lamp16" ref="reel_lamp_layer_5" state="0">
<bounds x="445.6667" y="554.8611" width="46.6667" height="36.9444">
</bounds>
<bounds x="445.6667" y="554.8611" width="46.6667" height="36.9444"/>
</element>
<element name="sreel3" ref="reel2" state="0">
<bounds x="429" y="415" width="80" height="190">
</bounds>
<bounds x="429" y="415" width="80" height="190"/>
</element>
<element ref="reel_background">
<bounds x="511" y="493" width="70" height="40">
</bounds>
<bounds x="511" y="493" width="70" height="40"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_0" state="0">
<bounds x="511.0000" y="487.6667" width="70.0000" height="46.6667">
</bounds>
<bounds x="511.0000" y="487.6667" width="70.0000" height="46.6667"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_1" state="0">
<bounds x="513.9167" y="489.6111" width="64.1667" height="42.7778">
</bounds>
<bounds x="513.9167" y="489.6111" width="64.1667" height="42.7778"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_2" state="0">
<bounds x="516.8333" y="491.5555" width="58.3333" height="38.8889">
</bounds>
<bounds x="516.8333" y="491.5555" width="58.3333" height="38.8889"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_3" state="0">
<bounds x="519.7500" y="493.5000" width="52.5000" height="35.0000">
</bounds>
<bounds x="519.7500" y="493.5000" width="52.5000" height="35.0000"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_4" state="0">
<bounds x="522.6667" y="495.4444" width="46.6667" height="31.1111">
</bounds>
<bounds x="522.6667" y="495.4444" width="46.6667" height="31.1111"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_5" state="0">
<bounds x="525.5833" y="497.3889" width="40.8333" height="27.2222">
</bounds>
<bounds x="525.5833" y="497.3889" width="40.8333" height="27.2222"/>
</element>
<element name="sreel4" ref="reel3" state="0">
<bounds x="511" y="493" width="70" height="46">
</bounds>
<bounds x="511" y="493" width="70" height="46"/>
</element>
<element name="lamp196" ref="lamp_196_1_border" state="0">
<bounds x="1" y="617" width="100" height="24"/>
@ -5337,48 +5244,37 @@
<bounds x="518" y="420" width="49" height="22"/>
</element>
<element name="lamp212" ref="lamp_212_1_border" state="0">
<bounds x="164" y="557" width="46" height="26">
</bounds>
<bounds x="164" y="557" width="46" height="26"/>
</element>
<element name="lamp212" ref="lamp_212_1" state="0">
<bounds x="166" y="559" width="42" height="22">
</bounds>
<bounds x="166" y="559" width="42" height="22"/>
</element>
<element name="lamp214" ref="lamp_214_1_border" state="0">
<bounds x="150" y="510" width="37" height="47">
</bounds>
<bounds x="150" y="510" width="37" height="47"/>
</element>
<element name="lamp214" ref="lamp_214_1" state="0">
<bounds x="152" y="512" width="33" height="43">
</bounds>
<bounds x="152" y="512" width="33" height="43"/>
</element>
<element name="lamp215" ref="lamp_215_1_border" state="0">
<bounds x="187" y="510" width="37" height="47">
</bounds>
<bounds x="187" y="510" width="37" height="47"/>
</element>
<element name="lamp215" ref="lamp_215_1" state="0">
<bounds x="189" y="512" width="33" height="43">
</bounds>
<bounds x="189" y="512" width="33" height="43"/>
</element>
<element name="lamp217" ref="lamp_217_1_border" state="0">
<bounds x="150" y="463" width="37" height="47">
</bounds>
<bounds x="150" y="463" width="37" height="47"/>
</element>
<element name="lamp217" ref="lamp_217_1" state="0">
<bounds x="152" y="465" width="33" height="43">
</bounds>
<bounds x="152" y="465" width="33" height="43"/>
</element>
<element name="lamp228" ref="lamp_228_1_border" state="0">
<bounds x="187" y="463" width="37" height="47">
</bounds>
<bounds x="187" y="463" width="37" height="47"/>
</element>
<element name="lamp228" ref="lamp_228_1" state="0">
<bounds x="189" y="465" width="33" height="43">
</bounds>
<bounds x="189" y="465" width="33" height="43"/>
</element>
<element name="label9" ref="label_9">
<bounds x="167" y="442" width="37" height="13">
</bounds>
<bounds x="167" y="442" width="37" height="13"/>
</element>
</view>
</mamelayout>

File diff suppressed because it is too large Load Diff

View File

@ -881,262 +881,202 @@
</element>
<element name="lamp_212_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_212_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="3x Cherry &#xA3;1">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_54_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_54_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="3x Stardust &#xA3;10">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_56_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_56_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="3x Triple Bar &#xA3;7">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_58_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_58_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="3x Double Bar &#xA3;6">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_60_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_60_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="3x Single Bar &#xA3;5">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_70_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_70_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="3x JPM &#xA3;4">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_41_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_41_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="3x Bell &#xA3;3">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_218_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_218_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="3x Melon &#xA3;2">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_216_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_216_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="3x Grapes &#xA3;1.60">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_214_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_214_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="3x Mixed Bar &#xA3;1.20">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_201_1_border" defstate="0">
@ -3164,28 +3104,22 @@
<bounds x="549" y="456" width="60" height="60"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_0" state="0">
<bounds x="549.0000" y="456.0000" width="60.0000" height="60.0000">
</bounds>
<bounds x="549.0000" y="456.0000" width="60.0000" height="60.0000"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_1" state="0">
<bounds x="551.5000" y="458.5000" width="55.0000" height="55.0000">
</bounds>
<bounds x="551.5000" y="458.5000" width="55.0000" height="55.0000"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_2" state="0">
<bounds x="554.0000" y="461.0000" width="50.0000" height="50.0000">
</bounds>
<bounds x="554.0000" y="461.0000" width="50.0000" height="50.0000"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_3" state="0">
<bounds x="556.5000" y="463.5000" width="45.0000" height="45.0000">
</bounds>
<bounds x="556.5000" y="463.5000" width="45.0000" height="45.0000"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_4" state="0">
<bounds x="559.0000" y="466.0000" width="40.0000" height="40.0000">
</bounds>
<bounds x="559.0000" y="466.0000" width="40.0000" height="40.0000"/>
</element>
<element name="lamp20" ref="reel_lamp_layer_5" state="0">
<bounds x="561.5000" y="468.5000" width="35.0000" height="35.0000">
</bounds>
<bounds x="561.5000" y="468.5000" width="35.0000" height="35.0000"/>
</element>
<element name="sreel4" ref="reel3" state="0">
<bounds x="549" y="456" width="60" height="60"/>
@ -3432,84 +3366,64 @@
</element>
<element name="lamp212" ref="lamp_212_1_border" state="0">
<bounds x="741" y="422" width="102" height="32">
</bounds>
<bounds x="741" y="422" width="102" height="32"/>
</element>
<element name="lamp212" ref="lamp_212_1" state="0">
<bounds x="743" y="424" width="98" height="28">
</bounds>
<bounds x="743" y="424" width="98" height="28"/>
</element>
<element name="lamp54" ref="lamp_54_1_border" state="0">
<bounds x="741" y="161" width="102" height="32">
</bounds>
<bounds x="741" y="161" width="102" height="32"/>
</element>
<element name="lamp54" ref="lamp_54_1" state="0">
<bounds x="743" y="163" width="98" height="28">
</bounds>
<bounds x="743" y="163" width="98" height="28"/>
</element>
<element name="lamp56" ref="lamp_56_1_border" state="0">
<bounds x="741" y="190" width="102" height="32">
</bounds>
<bounds x="741" y="190" width="102" height="32"/>
</element>
<element name="lamp56" ref="lamp_56_1" state="0">
<bounds x="743" y="192" width="98" height="28">
</bounds>
<bounds x="743" y="192" width="98" height="28"/>
</element>
<element name="lamp58" ref="lamp_58_1_border" state="0">
<bounds x="741" y="219" width="102" height="32">
</bounds>
<bounds x="741" y="219" width="102" height="32"/>
</element>
<element name="lamp58" ref="lamp_58_1" state="0">
<bounds x="743" y="221" width="98" height="28">
</bounds>
<bounds x="743" y="221" width="98" height="28"/>
</element>
<element name="lamp60" ref="lamp_60_1_border" state="0">
<bounds x="741" y="248" width="102" height="32">
</bounds>
<bounds x="741" y="248" width="102" height="32"/>
</element>
<element name="lamp60" ref="lamp_60_1" state="0">
<bounds x="743" y="250" width="98" height="28">
</bounds>
<bounds x="743" y="250" width="98" height="28"/>
</element>
<element name="lamp70" ref="lamp_70_1_border" state="0">
<bounds x="741" y="277" width="102" height="32">
</bounds>
<bounds x="741" y="277" width="102" height="32"/>
</element>
<element name="lamp70" ref="lamp_70_1" state="0">
<bounds x="743" y="279" width="98" height="28">
</bounds>
<bounds x="743" y="279" width="98" height="28"/>
</element>
<element name="lamp41" ref="lamp_41_1_border" state="0">
<bounds x="741" y="306" width="102" height="32">
</bounds>
<bounds x="741" y="306" width="102" height="32"/>
</element>
<element name="lamp41" ref="lamp_41_1" state="0">
<bounds x="743" y="308" width="98" height="28">
</bounds>
<bounds x="743" y="308" width="98" height="28"/>
</element>
<element name="lamp218" ref="lamp_218_1_border" state="0">
<bounds x="741" y="335" width="102" height="32">
</bounds>
<bounds x="741" y="335" width="102" height="32"/>
</element>
<element name="lamp218" ref="lamp_218_1" state="0">
<bounds x="743" y="337" width="98" height="28">
</bounds>
<bounds x="743" y="337" width="98" height="28"/>
</element>
<element name="lamp216" ref="lamp_216_1_border" state="0">
<bounds x="741" y="364" width="102" height="32">
</bounds>
<bounds x="741" y="364" width="102" height="32"/>
</element>
<element name="lamp216" ref="lamp_216_1" state="0">
<bounds x="743" y="366" width="98" height="28">
</bounds>
<bounds x="743" y="366" width="98" height="28"/>
</element>
<element name="lamp214" ref="lamp_214_1_border" state="0">
<bounds x="741" y="393" width="102" height="32">
</bounds>
<bounds x="741" y="393" width="102" height="32"/>
</element>
<element name="lamp214" ref="lamp_214_1" state="0">
<bounds x="743" y="395" width="98" height="28">
</bounds>
<bounds x="743" y="395" width="98" height="28"/>
</element>
<element name="lamp201" ref="lamp_201_1_border" state="0">
<bounds x="741" y="451" width="102" height="19"/>
@ -3981,8 +3895,7 @@
<param name="x" start="251" increment="17" />
<element name="vfd~i~" ref="vfd0">
<bounds x="~x~" y="314" width="17" height="30">
</bounds>
<bounds x="~x~" y="314" width="17" height="30"/>
</element>
</repeat>
</view>

File diff suppressed because it is too large Load Diff

View File

@ -2190,333 +2190,263 @@
<element name="lamp_116_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_116_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="3x Bell">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_114_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_114_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="3x Melon">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_112_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_112_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="3x Grapes">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_118_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_118_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="3x JPM">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_120_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_120_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="3x Single Bar">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_122_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_122_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="3x Double Bar">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_124_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_124_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="3x Triple Bar">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_126_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_126_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="3x Wizard">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_110_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_110_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="3x Mixed Bar">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="lamp_108_1_border" defstate="0">
<rect state="1">
<color red="0.50" green="0.50" blue="0.00">
</color>
<color red="0.50" green="0.50" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.12" green="0.12" blue="0.00">
</color>
<color red="0.12" green="0.12" blue="0.00"/>
</rect>
</element>
<element name="lamp_108_1" defstate="0">
<rect state="1">
<color red="1.00" green="1.00" blue="0.00">
</color>
<color red="1.00" green="1.00" blue="0.00"/>
</rect>
<rect state="0">
<color red="0.25" green="0.25" blue="0.00">
</color>
<color red="0.25" green="0.25" blue="0.00"/>
</rect>
<text string="3x Cherry">
<color red="0.0" green="0.0" blue="0.0">
</color>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<color red="0.0" green="0.0" blue="0.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="label_169">
<text string="&#xA3;10.00">
<color red="1.0" green="1.0" blue="1.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="label_170">
<text string="&#xA3;7.00">
<color red="1.0" green="1.0" blue="1.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="label_171">
<text string="&#xA3;6.00">
<color red="1.0" green="1.0" blue="1.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="label_172">
<text string="&#xA3;5.00">
<color red="1.0" green="1.0" blue="1.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="label_173">
<text string="&#xA3;4.00">
<color red="1.0" green="1.0" blue="1.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="label_174">
<text string="&#xA3;3.00">
<color red="1.0" green="1.0" blue="1.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="label_175">
<text string="&#xA3;2.00">
<color red="1.0" green="1.0" blue="1.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="label_176">
<text string="&#xA3;1.60">
<color red="1.0" green="1.0" blue="1.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="label_177">
<text string="&#xA3;1.20">
<color red="1.0" green="1.0" blue="1.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
<element name="label_178">
<text string="&#xA3;1.00">
<color red="1.0" green="1.0" blue="1.0"/>
<bounds x="0.05" y="0.05" width="0.90" height="0.90">
</bounds>
<bounds x="0.05" y="0.05" width="0.90" height="0.90"/>
</text>
</element>
@ -3307,130 +3237,99 @@
<param name="x" start="88" increment="17" />
<element name="vfd~i~" ref="vfd0">
<bounds x="~x~" y="256" width="15" height="30">
</bounds>
<bounds x="~x~" y="256" width="15" height="30"/>
</element>
</repeat>
<element name="lamp116" ref="lamp_116_1_border" state="0">
<bounds x="437" y="237" width="82" height="32">
</bounds>
<bounds x="437" y="237" width="82" height="32"/>
</element>
<element name="lamp116" ref="lamp_116_1" state="0">
<bounds x="439" y="239" width="78" height="28">
</bounds>
<bounds x="439" y="239" width="78" height="28"/>
</element>
<element name="lamp114" ref="lamp_114_1_border" state="0">
<bounds x="437" y="266" width="82" height="32">
</bounds>
<bounds x="437" y="266" width="82" height="32"/>
</element>
<element name="lamp114" ref="lamp_114_1" state="0">
<bounds x="439" y="268" width="78" height="28">
</bounds>
<bounds x="439" y="268" width="78" height="28"/>
</element>
<element name="lamp112" ref="lamp_112_1_border" state="0">
<bounds x="437" y="295" width="82" height="32">
</bounds>
<bounds x="437" y="295" width="82" height="32"/>
</element>
<element name="lamp112" ref="lamp_112_1" state="0">
<bounds x="439" y="297" width="78" height="28">
</bounds>
<bounds x="439" y="297" width="78" height="28"/>
</element>
<element name="lamp118" ref="lamp_118_1_border" state="0">
<bounds x="437" y="208" width="82" height="32">
</bounds>
<bounds x="437" y="208" width="82" height="32"/>
</element>
<element name="lamp118" ref="lamp_118_1" state="0">
<bounds x="439" y="210" width="78" height="28">
</bounds>
<bounds x="439" y="210" width="78" height="28"/>
</element>
<element name="lamp120" ref="lamp_120_1_border" state="0">
<bounds x="437" y="179" width="82" height="32">
</bounds>
<bounds x="437" y="179" width="82" height="32"/>
</element>
<element name="lamp120" ref="lamp_120_1" state="0">
<bounds x="439" y="181" width="78" height="28">
</bounds>
<bounds x="439" y="181" width="78" height="28"/>
</element>
<element name="lamp122" ref="lamp_122_1_border" state="0">
<bounds x="437" y="150" width="82" height="32">
</bounds>
<bounds x="437" y="150" width="82" height="32"/>
</element>
<element name="lamp122" ref="lamp_122_1" state="0">
<bounds x="439" y="152" width="78" height="28">
</bounds>
<bounds x="439" y="152" width="78" height="28"/>
</element>
<element name="lamp124" ref="lamp_124_1_border" state="0">
<bounds x="437" y="121" width="82" height="32">
</bounds>
<bounds x="437" y="121" width="82" height="32"/>
</element>
<element name="lamp124" ref="lamp_124_1" state="0">
<bounds x="439" y="123" width="78" height="28">
</bounds>
<bounds x="439" y="123" width="78" height="28"/>
</element>
<element name="lamp126" ref="lamp_126_1_border" state="0">
<bounds x="437" y="92" width="82" height="32">
</bounds>
<bounds x="437" y="92" width="82" height="32"/>
</element>
<element name="lamp126" ref="lamp_126_1" state="0">
<bounds x="439" y="94" width="78" height="28">
</bounds>
<bounds x="439" y="94" width="78" height="28"/>
</element>
<element name="lamp110" ref="lamp_110_1_border" state="0">
<bounds x="437" y="324" width="82" height="32">
</bounds>
<bounds x="437" y="324" width="82" height="32"/>
</element>
<element name="lamp110" ref="lamp_110_1" state="0">
<bounds x="439" y="326" width="78" height="28">
</bounds>
<bounds x="439" y="326" width="78" height="28"/>
</element>
<element name="lamp108" ref="lamp_108_1_border" state="0">
<bounds x="437" y="353" width="82" height="32">
</bounds>
<bounds x="437" y="353" width="82" height="32"/>
</element>
<element name="lamp108" ref="lamp_108_1" state="0">
<bounds x="439" y="355" width="78" height="28">
</bounds>
<bounds x="439" y="355" width="78" height="28"/>
</element>
<element name="label169" ref="label_169">
<bounds x="524" y="100" width="40" height="19">
</bounds>
<bounds x="524" y="100" width="40" height="19"/>
</element>
<element name="label170" ref="label_170">
<bounds x="524" y="127" width="40" height="19">
</bounds>
<bounds x="524" y="127" width="40" height="19"/>
</element>
<element name="label171" ref="label_171">
<bounds x="524" y="157" width="40" height="19">
</bounds>
<bounds x="524" y="157" width="40" height="19"/>
</element>
<element name="label172" ref="label_172">
<bounds x="524" y="186" width="40" height="19">
</bounds>
<bounds x="524" y="186" width="40" height="19"/>
</element>
<element name="label173" ref="label_173">
<bounds x="524" y="215" width="40" height="19">
</bounds>
<bounds x="524" y="215" width="40" height="19"/>
</element>
<element name="label174" ref="label_174">
<bounds x="524" y="245" width="40" height="19">
</bounds>
<bounds x="524" y="245" width="40" height="19"/>
</element>
<element name="label175" ref="label_175">
<bounds x="524" y="273" width="40" height="19">
</bounds>
<bounds x="524" y="273" width="40" height="19"/>
</element>
<element name="label176" ref="label_176">
<bounds x="524" y="302" width="40" height="19">
</bounds>
<bounds x="524" y="302" width="40" height="19"/>
</element>
<element name="label177" ref="label_177">
<bounds x="524" y="332" width="40" height="19">
</bounds>
<bounds x="524" y="332" width="40" height="19"/>
</element>
<element name="label178" ref="label_178">
<bounds x="524" y="360" width="40" height="19">
</bounds>
<bounds x="524" y="360" width="40" height="19"/>
</element>
</view>

View File

@ -19,15 +19,15 @@ license:CC0
</element>
<element name="Steppers" defstate="0">
<simplecounter maxstate="999" digits="3">
<color red="1.0" green="1.0" blue="1.0" />
<bounds x="0" y="0" width="1" height="1" />
<color red="1.0" green="1.0" blue="1.0" />
<bounds x="0" y="0" width="1" height="1" />
</simplecounter>
</element>
<element name="vfd0">
<led16segsc>
<led16segsc>
<color red="0" green="0.6" blue="1.0" />
</led16segsc>
</led16segsc>
</element>
<view name="AWP Simulated Video (No Artwork)">
@ -36,8 +36,8 @@ license:CC0
<param name="i" start="0" increment="1" />
<element name="vfd~i~" ref="vfd0">
<animate name="vfdduty0" />
<color state="0" red="0.00" green="0.6" blue="1.00" alpha="0.0"></color>
<color state="31" red="0.00" green="0.6" blue="1.00" alpha="1.0"></color>
<color state="0" red="0.00" green="0.6" blue="1.00" alpha="0.0" />
<color state="31" red="0.00" green="0.6" blue="1.00" alpha="1.0" />
<bounds x="~x~" y="200" width="9" height="17" />
</element>
</repeat>
@ -67,8 +67,8 @@ license:CC0
<param name="i" start="0" increment="1" />
<element name="vfd~i~" ref="vfd0">
<animate name="vfdduty0" />
<color state="0" red="0.00" green="0.6" blue="1.00" alpha="0.0"></color>
<color state="31" red="0.00" green="0.6" blue="1.00" alpha="1.0"></color>
<color state="0" red="0.00" green="0.6" blue="1.00" alpha="0.0" />
<color state="31" red="0.00" green="0.6" blue="1.00" alpha="1.0" />
<bounds x="~x~" y="200" width="9" height="17" />
</element>
</repeat>

View File

@ -19,15 +19,15 @@ license:CC0
</element>
<element name="Steppers" defstate="0">
<simplecounter maxstate="999" digits="3">
<color red="1.0" green="1.0" blue="1.0" />
<bounds x="0" y="0" width="1" height="1" />
<color red="1.0" green="1.0" blue="1.0" />
<bounds x="0" y="0" width="1" height="1" />
</simplecounter>
</element>
<element name="vfd0">
<led16segsc>
<led16segsc>
<color red="0" green="0.6" blue="1.0" />
</led16segsc>
</led16segsc>
</element>
<element name="digit" defstate="0">
@ -42,8 +42,8 @@ license:CC0
<param name="i" start="0" increment="1" />
<element name="vfd~i~" ref="vfd0">
<animate name="vfdduty0" />
<color state="0" red="0.00" green="0.6" blue="1.00" alpha="0.0"></color>
<color state="31" red="0.00" green="0.6" blue="1.00" alpha="1.0"></color>
<color state="0" red="0.00" green="0.6" blue="1.00" alpha="0.0" />
<color state="31" red="0.00" green="0.6" blue="1.00" alpha="1.0" />
<bounds x="~x~" y="200" width="9" height="17" />
</element>
</repeat>
@ -87,11 +87,10 @@ license:CC0
<param name="i" start="0" increment="1" />
<element name="vfd~i~" ref="vfd0">
<animate name="vfdduty0" />
<color state="0" red="0.00" green="0.6" blue="1.00" alpha="0.0"></color>
<color state="31" red="0.00" green="0.6" blue="1.00" alpha="1.0"></color>
<color state="0" red="0.00" green="0.6" blue="1.00" alpha="0.0" />
<color state="31" red="0.00" green="0.6" blue="1.00" alpha="1.0" />
<bounds x="~x~" y="200" width="9" height="17" />
</element>
</repeat>
</view>
</mamelayout>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -36,9 +36,9 @@ license:CC0
<param name="x" start="0" increment="9" />
<element name="vfd~n~" ref="vfd0" state="0">
<animate name="vfdduty0" />
<color state="0" red="0.00" green="0.6" blue="1.00" alpha="0.0"></color>
<color state="31" red="0.00" green="0.6" blue="1.00" alpha="1.0"></color>
<bounds x="~x~" y="0" width="9" height="17"/>
<color state="0" red="0.00" green="0.6" blue="1.00" alpha="0.0" />
<color state="31" red="0.00" green="0.6" blue="1.00" alpha="1.0" />
<bounds x="~x~" y="0" width="9" height="17" />
</element>
</repeat>
</group>
@ -73,7 +73,7 @@ license:CC0
<param name="n" start="~s~" increment="1" />
<param name="y" start="0" increment="8" />
<element name="lamp~n~" ref="matrixlamp" state="0" blend="add">
<bounds x="~x~" y="~y~" width="7" height="7"/>
<bounds x="~x~" y="~y~" width="7" height="7" />
</element>
</repeat>
</repeat>

View File

@ -36,9 +36,9 @@ license:CC0
<param name="x" start="0" increment="9" />
<element name="vfd~n~" ref="vfd0" state="0">
<animate name="vfdduty0" />
<color state="0" red="0.00" green="0.6" blue="1.00" alpha="0.0"></color>
<color state="31" red="0.00" green="0.6" blue="1.00" alpha="1.0"></color>
<bounds x="~x~" y="0" width="9" height="17"/>
<color state="0" red="0.00" green="0.6" blue="1.00" alpha="0.0" />
<color state="31" red="0.00" green="0.6" blue="1.00" alpha="1.0" />
<bounds x="~x~" y="0" width="9" height="17" />
</element>
</repeat>
</group>
@ -64,7 +64,7 @@ license:CC0
<param name="n" start="~s~" increment="1" />
<param name="y" start="0" increment="8" />
<element name="lamp~n~" ref="matrixlamp" state="0" blend="add">
<bounds x="~x~" y="~y~" width="7" height="7"/>
<bounds x="~x~" y="~y~" width="7" height="7" />
</element>
</repeat>
</repeat>
@ -72,7 +72,7 @@ license:CC0
<param name="n" start="0" increment="1" />
<param name="x" start="300" increment="8" />
<element name="digit~n~" ref="digit" state="0">
<bounds x="~x~" y="200" width="8" height="10"/>
<bounds x="~x~" y="200" width="8" height="10" />
</element>
</repeat>
<group ref="vfd">

View File

@ -36,9 +36,9 @@ license:CC0
<param name="x" start="0" increment="9" />
<element name="vfd~n~" ref="vfd0" state="0">
<animate name="vfdduty0" />
<color state="0" red="0.00" green="0.6" blue="1.00" alpha="0.0"></color>
<color state="31" red="0.00" green="0.6" blue="1.00" alpha="1.0"></color>
<bounds x="~x~" y="0" width="9" height="17"/>
<color state="0" red="0.00" green="0.6" blue="1.00" alpha="0.0" />
<color state="31" red="0.00" green="0.6" blue="1.00" alpha="1.0" />
<bounds x="~x~" y="0" width="9" height="17" />
</element>
</repeat>
</group>
@ -48,14 +48,14 @@ license:CC0
<param name="n" start="1" increment="1" />
<param name="x" start="10" increment="50" />
<element name="reel~n~" ref="Steppers" state="0">
<bounds x="~x~" y="300" width="50" height="50"/>
<bounds x="~x~" y="300" width="50" height="50" />
</element>
</repeat>
<element name="reel5" ref="Steppers" state="0">
<bounds x="220" y="300" width="50" height="50"/>
<bounds x="220" y="300" width="50" height="50" />
</element>
<element name="reel6" ref="Steppers" state="0">
<bounds x="280" y="300" width="50" height="50"/>
<bounds x="280" y="300" width="50" height="50" />
</element>
<repeat count="28">
<param name="s" start="0" increment="8" />
@ -64,12 +64,12 @@ license:CC0
<param name="n" start="~s~" increment="1" />
<param name="y" start="0" increment="8" />
<element name="lamp~n~" ref="matrixlamp" state="0" blend="add">
<bounds x="~x~" y="~y~" width="7" height="7"/>
<bounds x="~x~" y="~y~" width="7" height="7" />
</element>
</repeat>
</repeat>
<element name="lamp224" ref="matrixlamp" state="0" blend="add">
<bounds x="224" y="0" width="7" height="7"/>
<bounds x="224" y="0" width="7" height="7" />
</element>
<repeat count="5">
<param name="s" start="0" increment="8" />
@ -78,7 +78,7 @@ license:CC0
<param name="n" start="~s~" increment="1" />
<param name="x" start="300" increment="8" />
<element name="digit~n~" ref="digit" state="0">
<bounds x="~x~" y="~y~" width="8" height="10"/>
<bounds x="~x~" y="~y~" width="8" height="10" />
</element>
</repeat>
</repeat>

View File

@ -185,38 +185,36 @@ license:CC0
<param name="i" start="0" increment="1" />
<param name="x" start="0" increment="9" />
<element name="vfdblank~i~" ref="vfd0">
<color red="0.14" green="0.14" blue="0.14"></color>
<bounds x="~x~" y="280" width="9" height="17">
</bounds>
<color red="0.14" green="0.14" blue="0.14" />
<bounds x="~x~" y="280" width="9" height="17" />
</element>
<element name="vfd~i~" ref="vfd0">
<animate name="vfdduty0" />
<color red="0.00" green="1.00" blue="1.00"></color>
<bounds x="~x~" y="280" width="9" height="17">
</bounds>
<color red="0.00" green="1.00" blue="1.00" />
<bounds x="~x~" y="280" width="9" height="17" />
</element>
</repeat>
</group>
<view name="VFD, Reels and Lamp Matrix">
<element name="reel1" ref="Steppers" state="0">
<bounds x="10" y="320" width="50" height="50"/>
<bounds x="10" y="320" width="50" height="50" />
</element>
<element name="reel2" ref="Steppers" state="0">
<bounds x="60" y="320" width="50" height="50"/>
<bounds x="60" y="320" width="50" height="50" />
</element>
<element name="reel3" ref="Steppers" state="0">
<bounds x="110" y="320" width="50" height="50"/>
<bounds x="110" y="320" width="50" height="50" />
</element>
<element name="reel4" ref="Steppers" state="0">
<bounds x="160" y="320" width="50" height="50"/>
<bounds x="160" y="320" width="50" height="50" />
</element>
<element name="reel5" ref="Steppers" state="0">
<bounds x="220" y="320" width="50" height="50"/>
<bounds x="220" y="320" width="50" height="50" />
</element>
<element name="reel6" ref="Steppers" state="0">
<bounds x="280" y="320" width="50" height="50"/>
<bounds x="280" y="320" width="50" height="50" />
</element>
<repeat count="16">

View File

@ -178,16 +178,14 @@ license:CC0
<param name="i" start="0" increment="1" />
<param name="x" start="0" increment="9" />
<element name="vfdblank~i~" ref="vfd0">
<color red="0.14" green="0.14" blue="0.14"></color>
<bounds x="~x~" y="280" width="9" height="14">
</bounds>
<color red="0.14" green="0.14" blue="0.14" />
<bounds x="~x~" y="280" width="9" height="14" />
</element>
<element name="vfd~i~" ref="vfd0">
<animate name="vfdduty0" />
<color red="0.00" green="1.00" blue="1.00"></color>
<bounds x="~x~" y="280" width="9" height="14">
</bounds>
<color red="0.00" green="1.00" blue="1.00" />
<bounds x="~x~" y="280" width="9" height="14" />
</element>
</repeat>
</group>
@ -200,7 +198,7 @@ license:CC0
<param name="n" start="~s~" increment="1" />
<param name="y" start="0" increment="8" />
<element name="lamp~n~" ref="matrixlamp" state="0" blend="add">
<bounds x="~x~" y="~y~" width="7" height="7"/>
<bounds x="~x~" y="~y~" width="7" height="7" />
</element>
</repeat>
</repeat>