├── README.md ├── mod.hjson ├── scripts ├── features │ ├── features.js │ ├── v1.js │ ├── v2.js │ ├── v3.js │ ├── v4.js │ └── v4 │ │ ├── content.js │ │ ├── transform.js │ │ └── worldoptions.js ├── libs │ └── toast.js ├── main.js └── menu.js └── sprites ├── hackusated-conveyor ├── asdfsd.png ├── hackusated-conveyor-0-0.png ├── hackusated-conveyor-1-0.png ├── hackusated-conveyor-2-0.png ├── hackusated-conveyor-3-0.png ├── hackusated-conveyor-4-0.png └── hackusated-conveyor.png ├── hackusated-wall-large.png ├── hackusated-wall.png ├── no ├── hackusated-mender-top.png ├── hackusated-mender.png ├── hackusated-overdrive-top.png └── hackusated-overdrive.png └── unit-factory.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QmelZ/hackustry/HEAD/README.md -------------------------------------------------------------------------------- /mod.hjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QmelZ/hackustry/HEAD/mod.hjson -------------------------------------------------------------------------------- /scripts/features/features.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QmelZ/hackustry/HEAD/scripts/features/features.js -------------------------------------------------------------------------------- /scripts/features/v1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QmelZ/hackustry/HEAD/scripts/features/v1.js -------------------------------------------------------------------------------- /scripts/features/v2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QmelZ/hackustry/HEAD/scripts/features/v2.js -------------------------------------------------------------------------------- /scripts/features/v3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QmelZ/hackustry/HEAD/scripts/features/v3.js -------------------------------------------------------------------------------- /scripts/features/v4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QmelZ/hackustry/HEAD/scripts/features/v4.js -------------------------------------------------------------------------------- /scripts/features/v4/content.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QmelZ/hackustry/HEAD/scripts/features/v4/content.js -------------------------------------------------------------------------------- /scripts/features/v4/transform.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QmelZ/hackustry/HEAD/scripts/features/v4/transform.js -------------------------------------------------------------------------------- /scripts/features/v4/worldoptions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QmelZ/hackustry/HEAD/scripts/features/v4/worldoptions.js -------------------------------------------------------------------------------- /scripts/libs/toast.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QmelZ/hackustry/HEAD/scripts/libs/toast.js -------------------------------------------------------------------------------- /scripts/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QmelZ/hackustry/HEAD/scripts/main.js -------------------------------------------------------------------------------- /scripts/menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QmelZ/hackustry/HEAD/scripts/menu.js -------------------------------------------------------------------------------- /sprites/hackusated-conveyor/asdfsd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QmelZ/hackustry/HEAD/sprites/hackusated-conveyor/asdfsd.png -------------------------------------------------------------------------------- /sprites/hackusated-conveyor/hackusated-conveyor-0-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QmelZ/hackustry/HEAD/sprites/hackusated-conveyor/hackusated-conveyor-0-0.png -------------------------------------------------------------------------------- /sprites/hackusated-conveyor/hackusated-conveyor-1-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QmelZ/hackustry/HEAD/sprites/hackusated-conveyor/hackusated-conveyor-1-0.png -------------------------------------------------------------------------------- /sprites/hackusated-conveyor/hackusated-conveyor-2-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QmelZ/hackustry/HEAD/sprites/hackusated-conveyor/hackusated-conveyor-2-0.png -------------------------------------------------------------------------------- /sprites/hackusated-conveyor/hackusated-conveyor-3-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QmelZ/hackustry/HEAD/sprites/hackusated-conveyor/hackusated-conveyor-3-0.png -------------------------------------------------------------------------------- /sprites/hackusated-conveyor/hackusated-conveyor-4-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QmelZ/hackustry/HEAD/sprites/hackusated-conveyor/hackusated-conveyor-4-0.png -------------------------------------------------------------------------------- /sprites/hackusated-conveyor/hackusated-conveyor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QmelZ/hackustry/HEAD/sprites/hackusated-conveyor/hackusated-conveyor.png -------------------------------------------------------------------------------- /sprites/hackusated-wall-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QmelZ/hackustry/HEAD/sprites/hackusated-wall-large.png -------------------------------------------------------------------------------- /sprites/hackusated-wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QmelZ/hackustry/HEAD/sprites/hackusated-wall.png -------------------------------------------------------------------------------- /sprites/no/hackusated-mender-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QmelZ/hackustry/HEAD/sprites/no/hackusated-mender-top.png -------------------------------------------------------------------------------- /sprites/no/hackusated-mender.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QmelZ/hackustry/HEAD/sprites/no/hackusated-mender.png -------------------------------------------------------------------------------- /sprites/no/hackusated-overdrive-top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QmelZ/hackustry/HEAD/sprites/no/hackusated-overdrive-top.png -------------------------------------------------------------------------------- /sprites/no/hackusated-overdrive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QmelZ/hackustry/HEAD/sprites/no/hackusated-overdrive.png -------------------------------------------------------------------------------- /sprites/unit-factory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QmelZ/hackustry/HEAD/sprites/unit-factory.png --------------------------------------------------------------------------------