<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.CheckBox?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.text.Text?>
<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="850.0" prefWidth="500.0" xmlns="
http://javafx.com/javafx/11.0.1" xmlns:fx="
http://javafx.com/fxml/1">
<children>
<CheckBox fx:id="checkBoxBigBones" layoutX="16.0" layoutY="174.0" mnemonicParsing="false" text="Pick up and bury big bones" />
<Text layoutX="16.0" layoutY="27.0" strokeType="OUTSIDE" strokeWidth="0.0" text="This bot will stay open-source and free because it's purpose is for new devs (like me) to see an example of a simple state machine bot implementation. NOTICE: Start the bot somewhere outside with no obstacles like doors in the way, preferably in the Giant frogs area. I have disabled web pathing to the Giant frogs because Runemates' default web pathing doesn't work atm. This bot kills giant frogs in the Lumbridge swamp. Supports strength potions. Supports Trout, Salmon and Tuna as food. Hops between F2P worlds when it gets crowded." wrappingWidth="480.0" />
<ImageView fx:id="imageView" fitHeight="596.0" fitWidth="480.0" layoutX="16.0" layoutY="228.0" pickOnBounds="true" preserveRatio="true" />
</children>
</AnchorPane>