Vending Machines (#296)

* Vending Machines

* addressed review
This commit is contained in:
DamianX
2019-08-14 10:49:28 +02:00
committed by Pieter-Jan Briers
parent 3c476d2b40
commit 88920696f3
199 changed files with 1217 additions and 2 deletions

View File

@@ -0,0 +1,338 @@
- type: entity
id: VendingMachine
name: vending machine
components:
- type: Clickable
- type: Sprite
sprite: Buildings/VendingMachines/empty.rsi
layers:
- state: normal
map: ["enum.VendingMachineVisualLayers.Base"]
- type: Icon
sprite: Buildings/VendingMachines/empty.rsi
state: normal
- type: BoundingBox
- type: Collidable
- type: SnapGrid
offset: Center
- type: Damageable
- type: Breakable
- type: Appearance
visuals:
- type: VendingMachineVisualizer2D
- type: UserInterface
interfaces:
- key: enum.VendingMachineUiKey.Key
type: VendingMachineBoundUserInterface
- type: PowerDevice
priority: Low
- type: entity
parent: VendingMachine
id: vending_machine_ammo
name: AmmoVend
components:
- type: VendingMachine
pack: AmmoVend
- type: Icon
sprite: Buildings/VendingMachines/ammo.rsi
- type: entity
parent: VendingMachine
id: vending_machine_booze
name: Booze-O-Mat
components:
- type: VendingMachine
pack: Booze-O-Mat
- type: Icon
sprite: Buildings/VendingMachines/boozeomat.rsi
- type: entity
parent: VendingMachine
id: vending_machine_cart
name: PTech
components:
- type: VendingMachine
pack: PTech
- type: Icon
sprite: Buildings/VendingMachines/cart.rsi
- type: entity
parent: VendingMachine
id: vending_machine_chapel
name: PietyVend
components:
- type: VendingMachine
pack: PietyVend
- type: Icon
sprite: Buildings/VendingMachines/chapel.rsi
- type: entity
parent: VendingMachine
id: vending_machine_cigs
name: Cigarette machine
components:
- type: VendingMachine
pack: Cigarette machine
- type: Icon
sprite: Buildings/VendingMachines/cigs.rsi
- type: entity
parent: VendingMachine
id: vending_machine_coffee
name: Hot Drinks machine
components:
- type: VendingMachine
pack: Hot Drinks machine
- type: Icon
sprite: Buildings/VendingMachines/dinnerware.rsi
- type: entity
parent: VendingMachine
id: vending_machine_cola
name: Robust Softdrinks
components:
- type: VendingMachine
pack: Robust Softdrinks
- type: Icon
sprite: Buildings/VendingMachines/discount.rsi
- type: entity
parent: VendingMachine
id: vending_machine_dinnerware
name: Dinnerware
components:
- type: VendingMachine
pack: Dinnerware
- type: Icon
sprite: Buildings/VendingMachines/dinnerware.rsi
- type: entity
parent: VendingMachine
id: vending_machine_discount
name: Discount Dan's
components:
- type: VendingMachine
pack: Discount Dan's
- type: Icon
sprite: Buildings/VendingMachines/discount.rsi
- type: entity
parent: VendingMachine
id: vending_machine_engivend
name: Engi-Vend
components:
- type: VendingMachine
pack: Engi-Vend
- type: Icon
sprite: Buildings/VendingMachines/engivend.rsi
- type: entity
parent: VendingMachine
id: vending_machine_hats
name: Hatlord 9000
components:
- type: VendingMachine
pack: Hatlord 9000
- type: Icon
sprite: Buildings/VendingMachines/hats.rsi
- type: entity
parent: VendingMachine
id: vending_machine_magivend
name: MagiVend
components:
- type: VendingMachine
pack: MagiVend
- type: Icon
sprite: Buildings/VendingMachines/magivend.rsi
- type: entity
parent: VendingMachine
id: vending_machine_medical
name: NanoMed Plus
components:
- type: VendingMachine
pack: NanoMed Plus
- type: Icon
sprite: Buildings/VendingMachines/medical.rsi
- type: entity
parent: VendingMachine
id: vending_machine_mining
name: Dwarven Mining Equipment
components:
- type: VendingMachine
pack: Dwarven Mining Equipment
- type: Icon
sprite: Buildings/VendingMachines/mining.rsi
- type: entity
parent: VendingMachine
id: vending_machine_nazi
name: Nazivend
components:
- type: VendingMachine
pack: Nazivend
- type: Icon
sprite: Buildings/VendingMachines/nazi.rsi
- type: entity
parent: VendingMachine
id: vending_machine_nutri
name: NutriMax
components:
- type: VendingMachine
pack: NutriMax
- type: Icon
sprite: Buildings/VendingMachines/nutri.rsi
- type: entity
parent: VendingMachine
id: vending_machine_robotics
name: Robotech Deluxe
components:
- type: VendingMachine
pack: Robotech Deluxe
- type: Icon
sprite: Buildings/VendingMachines/robotics.rsi
- type: entity
parent: VendingMachine
id: vending_machine_sales
name: Sales
components:
- type: VendingMachine
pack: Sales
- type: Icon
sprite: Buildings/VendingMachines/sale.rsi
- type: entity
parent: VendingMachine
id: vending_machine_sec
name: SecTech
components:
- type: VendingMachine
pack: SecTech
- type: Icon
sprite: Buildings/VendingMachines/sec.rsi
- type: entity
parent: VendingMachine
id: vending_machine_seeds
name: MegaSeed Servitor
components:
- type: VendingMachine
pack: MegaSeed Servitor
- type: Icon
sprite: Buildings/VendingMachines/seeds.rsi
- type: entity
parent: VendingMachine
id: vending_machine_shoes
name: Shoelord 9000
components:
- type: VendingMachine
pack: Shoelord 9000
- type: Icon
sprite: Buildings/VendingMachines/shoes.rsi
- type: entity
parent: VendingMachine
id: vending_machine_smartfridge
name: SmartFridge
components:
- type: VendingMachine
pack: SmartFridge
- type: Icon
sprite: Buildings/VendingMachines/smartfridge.rsi
- type: entity
parent: VendingMachine
id: vending_machine_snack
name: Getmore Chocolate Corp
components:
- type: VendingMachine
pack: Getmore Chocolate Corp
- type: Icon
sprite: Buildings/VendingMachines/snack.rsi
- type: entity
parent: VendingMachine
id: vending_machine_soviet
name: KomradeVendtink
components:
- type: VendingMachine
pack: KomradeVendtink
- type: Icon
sprite: Buildings/VendingMachines/soviet.rsi
- type: entity
parent: VendingMachine
id: vending_machine_sovietsoda
name: BODA
components:
- type: VendingMachine
pack: BODA
- type: Icon
sprite: Buildings/VendingMachines/sovietsoda.rsi
- type: entity
parent: VendingMachine
id: vending_machine_suits
name: Suitlord 9000
components:
- type: VendingMachine
pack: Suitlord 9000
- type: Icon
sprite: Buildings/VendingMachines/suits.rsi
- type: entity
parent: VendingMachine
id: vending_machine_theater
name: AutoDrobe
components:
- type: VendingMachine
pack: AutoDrobe
- type: Icon
sprite: Buildings/VendingMachines/theater.rsi
- type: entity
parent: VendingMachine
id: vending_machine_vendomat
name: Vendomat
components:
- type: VendingMachine
pack: Vendomat
- type: Icon
sprite: Buildings/VendingMachines/vendomat.rsi
- type: entity
parent: VendingMachine
id: vending_machine_vox
name: Trader Supply
components:
- type: VendingMachine
pack: Trader Supply
- type: Icon
sprite: Buildings/VendingMachines/vox.rsi
- type: entity
parent: VendingMachine
id: vending_machine_wallmed
name: NanoMed
components:
- type: VendingMachine
pack: NanoMed
- type: Icon
sprite: Buildings/VendingMachines/wallmed.rsi
- type: entity
parent: VendingMachine
id: vending_machine_youtool
name: YouTool
components:
- type: VendingMachine
pack: YouTool
- type: Icon
sprite: Buildings/VendingMachines/youtool.rsi

View File

@@ -0,0 +1,5 @@
- type: vendingMachineInventory
id: AmmoVend
name: AmmoVend
description: A generic ammunition vending machine.
spriteName: ammo

View File

@@ -0,0 +1,5 @@
- type: vendingMachineInventory
id: Booze-O-Mat
name: Booze-O-Mat
description: A vending machine containing multiple drinks for bartending.
spriteName: boozeomat

View File

@@ -0,0 +1,5 @@
- type: vendingMachineInventory
id: PTech
name: PTech
description: A vending machine containing Personal Data Assistant cartridges.
spriteName: cart

View File

@@ -0,0 +1,5 @@
- type: vendingMachineInventory
id: PietyVend
name: PietyVend
description: "A vending machine containing religious supplies and clothing. A label reads: \"A holy vendor for a pious man.\""
spriteName: chapel

View File

@@ -0,0 +1,6 @@
- type: vendingMachineInventory
id: Cigarette machine
name: Cigarette machine
description: A vending machine containing smoking supplies.
animationDuration: 2.1
spriteName: cigs

View File

@@ -0,0 +1,6 @@
- type: vendingMachineInventory
id: Hot Drinks machine
name: Hot Drinks machine
description: A vending machine that dispenses hot drinks.
animationDuration: 3.4
spriteName: coffee

View File

@@ -0,0 +1,6 @@
- type: vendingMachineInventory
id: Robust Softdrinks
name: Robust Softdrinks
description: A softdrink vendor provided by Robust Industries, LLC.
animationDuration: 1.1
spriteName: cola

View File

@@ -0,0 +1,5 @@
- type: vendingMachineInventory
id: Dinnerware
name: Dinnerware
description: A vending machine containing kitchen and restaurant equipment.
spriteName: dinnerware

View File

@@ -0,0 +1,5 @@
- type: vendingMachineInventory
id: Discount Dan's
name: Discount Dan's
description: A vending machine containing discount snacks from the infamous 'Discount Dan' franchise.
spriteName: discount

View File

@@ -0,0 +1,5 @@
- type: vendingMachineInventory
id: empty vending machine
name: empty vending machine
description: Just add capitalism!
spriteName: empty

View File

@@ -0,0 +1,6 @@
- type: vendingMachineInventory
id: Engi-Vend
name: Engi-Vend
description: Spare tool vending. What? Did you expect some witty description?
animationDuration: 2.1
spriteName: engivend

View File

@@ -0,0 +1,5 @@
- type: vendingMachineInventory
id: Hatlord 9000
name: Hatlord 9000
description: A vending machine containing hats.
spriteName: hats

View File

@@ -0,0 +1,6 @@
- type: vendingMachineInventory
id: MagiVend
name: MagiVend
description: A mystical vending machine containing magical garments and magic supplies.
animationDuration: 1.5
spriteName: magivend

View File

@@ -0,0 +1,6 @@
- type: vendingMachineInventory
id: NanoMed Plus
name: NanoMed Plus
description: A vending machine containing medical supplies.
animationDuration: 1.8
spriteName: medical

View File

@@ -0,0 +1,5 @@
- type: vendingMachineInventory
id: Dwarven Mining Equipment
name: Dwarven Mining Equipment
description: Get your mining equipment here, and above all keep digging!
spriteName: mining

View File

@@ -0,0 +1,5 @@
- type: vendingMachineInventory
id: Nazivend
name: Nazivend
description: "A vending machine containing Nazi German supplies. A label reads: \"Remember the gorillions lost.\""
spriteName: nazi

View File

@@ -0,0 +1,5 @@
- type: vendingMachineInventory
id: NutriMax
name: NutriMax
description: A vending machine containing nutritional substances for plants and botanical tools.
spriteName: nutri

View File

@@ -0,0 +1,5 @@
- type: vendingMachineInventory
id: Robotech Deluxe
name: Robotech Deluxe
description: A vending machine containing nutritional substances for plants and botanical tools.
spriteName: robotics

View File

@@ -0,0 +1,5 @@
- type: vendingMachineInventory
id: Sales
name: Sales
description: Buy, sell, repeat.
spriteName: sale

View File

@@ -0,0 +1,6 @@
- type: vendingMachineInventory
id: SecTech
name: SecTech
description: "A vending machine containing Security equipment. A label reads \"SECURITY PERSONNEL ONLY\"."
animationDuration: 1.4
spriteName: sec

View File

@@ -0,0 +1,6 @@
- type: vendingMachineInventory
id: MegaSeed Servitor
name: MegaSeed Servitor
description: "A vending machine containing Security equipment. A label reads \"SECURITY PERSONNEL ONLY\"."
animationDuration: 1.3
spriteName: seeds

View File

@@ -0,0 +1,5 @@
- type: vendingMachineInventory
id: Shoelord 9000
name: Shoelord 9000
description: A vending machine containing footwear.
spriteName: shoes

View File

@@ -0,0 +1,5 @@
- type: vendingMachineInventory
id: SmartFridge
name: SmartFridge
description: A refrigerated storage unit for storing medicine and chemicals.
spriteName: smartfridge

View File

@@ -0,0 +1,5 @@
- type: vendingMachineInventory
id: Getmore Chocolate Corp
name: Getmore Chocolate Corp
description: A vending machine containing snacks.
spriteName: snack

View File

@@ -0,0 +1,5 @@
- type: vendingMachineInventory
id: KomradeVendtink
name: KomradeVendtink
description: Rodina-mat' zovyot!
spriteName: soviet

View File

@@ -0,0 +1,5 @@
- type: vendingMachineInventory
id: BODA
name: BODA
description: An old vending machine containing sweet water.
spriteName: sovietsoda

View File

@@ -0,0 +1,5 @@
- type: vendingMachineInventory
id: Suitlord 9000
name: Suitlord 9000
description: A vending machine containing jumpsuits and dress garments.
spriteName: suits

View File

@@ -0,0 +1,5 @@
- type: vendingMachineInventory
id: AutoDrobe
name: AutoDrobe
description: A vending machine containing costumes.
spriteName: theater

View File

@@ -0,0 +1,5 @@
- type: vendingMachineInventory
id: Vendomat
name: Vendomat
description: A vending machine containing generic parts.
spriteName: vendomat

View File

@@ -0,0 +1,5 @@
- type: vendingMachineInventory
id: Trader Supply
name: Trader Supply
description: Make much coin.
spriteName: vox

View File

@@ -0,0 +1,5 @@
- type: vendingMachineInventory
id: NanoMed
name: NanoMed
description: Wall-mounted medical equipment dispenser.
spriteName: wallmed

View File

@@ -0,0 +1,13 @@
- type: vendingMachineInventory
id: YouTool
name: YouTool
description: "A vending machine containing standard tools. A label reads: \"Tools for tools.\""
animationDuration: 1.1
spriteName: youtool
startingInventory:
CableStack: 10
Crowbar: 5
Welder: 3
Wirecutter: 5
Wrench: 5
Screwdriver: 5

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1 @@
{"version": 1, "size": {"x": 32, "y": 32}, "states": [{"name": "broken", "directions": 1, "delays": [[1.0]]}, {"name": "normal", "directions": 1, "delays": [[1.0]]}, {"name": "off", "directions": 1, "delays": [[1.0]]}]}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -0,0 +1 @@
{"version": 1, "size": {"x": 32, "y": 32}, "states": [{"name": "broken", "directions": 1, "delays": [[1.0]]}, {"name": "deny", "directions": 1, "delays": [[0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2]]}, {"name": "normal", "directions": 1, "delays": [[0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2]]}, {"name": "off", "directions": 1, "delays": [[1.0]]}]}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 988 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1 @@
{"version": 1, "size": {"x": 32, "y": 32}, "states": [{"name": "broken", "directions": 1, "delays": [[1.0]]}, {"name": "deny", "directions": 1, "delays": [[0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1]]}, {"name": "eject", "directions": 1, "delays": [[1.0, 0.5, 0.1, 0.1, 0.1, 1.0, 0.1, 0.1, 0.1, 0.3]]}, {"name": "normal", "directions": 1, "delays": [[1.0]]}, {"name": "off", "directions": 1, "delays": [[1.0]]}]}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 967 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 969 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@@ -0,0 +1 @@
{"version": 1, "size": {"x": 32, "y": 32}, "states": [{"name": "broken", "directions": 1, "delays": [[1.0]]}, {"name": "deny", "directions": 1, "delays": [[0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.1, 0.05, 0.1, 0.05, 0.1, 0.05, 0.1, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05]]}, {"name": "normal", "directions": 1, "delays": [[2.0, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 2.0, 0.05, 0.05, 2.0, 0.05, 0.05, 0.05, 2.0, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 2.0, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.5, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 1.0, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05]]}, {"name": "off", "directions": 1, "delays": [[1.0]]}]}

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 651 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1 @@
{"version": 1, "size": {"x": 32, "y": 32}, "states": [{"name": "broken", "directions": 1, "delays": [[1.0]]}, {"name": "eject", "directions": 1, "delays": [[1.0, 0.2, 0.1, 0.1, 0.1, 0.1, 1.0, 0.1, 0.1, 0.1]]}, {"name": "normal", "directions": 1, "delays": [[1.0]]}, {"name": "off", "directions": 1, "delays": [[1.0]]}]}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 839 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1 @@
{"version": 1, "size": {"x": 32, "y": 32}, "states": [{"name": "broken", "directions": 1, "delays": [[1.0]]}, {"name": "eject", "directions": 1, "delays": [[0.1, 0.4, 2.0, 0.2, 0.1, 0.1, 0.5, 0.5, 0.1, 0.1, 0.9]]}, {"name": "normal", "directions": 1, "delays": [[1.0]]}, {"name": "off", "directions": 1, "delays": [[1.0]]}]}

Binary file not shown.

After

Width:  |  Height:  |  Size: 616 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 545 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 998 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1 @@
{"version": 1, "size": {"x": 32, "y": 32}, "states": [{"name": "broken", "directions": 1, "delays": [[1.0]]}, {"name": "eject", "directions": 1, "delays": [[0.5, 0.1, 1.0, 0.1, 0.1]]}, {"name": "normal", "directions": 1, "delays": [[1.0]]}, {"name": "off", "directions": 1, "delays": [[1.0]]}]}

Binary file not shown.

After

Width:  |  Height:  |  Size: 950 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 934 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -0,0 +1 @@
{"version": 1, "size": {"x": 32, "y": 32}, "states": [{"name": "broken", "directions": 1, "delays": [[1.0]]}, {"name": "eject", "directions": 1, "delays": [[0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1]]}, {"name": "normal", "directions": 1, "delays": [[1.0]]}, {"name": "off", "directions": 1, "delays": [[1.0]]}]}

Binary file not shown.

After

Width:  |  Height:  |  Size: 800 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 770 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1 @@
{"version": 1, "size": {"x": 32, "y": 32}, "states": [{"name": "broken", "directions": 1, "delays": [[1.0]]}, {"name": "normal", "directions": 1, "delays": [[4.0, 0.1, 0.6]]}, {"name": "off", "directions": 1, "delays": [[1.0]]}]}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1003 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1 @@
{"version": 1, "size": {"x": 32, "y": 32}, "states": [{"name": "broken", "directions": 1, "delays": [[1.0]]}, {"name": "normal", "directions": 1, "delays": [[1.0]]}, {"name": "off", "directions": 1, "delays": [[1.0]]}]}

Binary file not shown.

After

Width:  |  Height:  |  Size: 806 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 811 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@@ -0,0 +1 @@
{"version": 1, "size": {"x": 32, "y": 32}, "states": [{"name": "broken", "directions": 1, "delays": [[1.0]]}, {"name": "deny", "directions": 1, "delays": [[0.1, 0.1, 0.1]]}, {"name": "eject", "directions": 1, "delays": [[0.5, 0.1, 0.1, 0.1, 0.1, 0.1, 0.5, 0.1, 1.0, 0.1, 0.1]]}, {"name": "normal", "directions": 1, "delays": [[1.0]]}, {"name": "off", "directions": 1, "delays": [[1.0]]}]}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 815 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 573 B

View File

@@ -0,0 +1 @@
{"version": 1, "size": {"x": 32, "y": 32}, "states": [{"name": "broken", "directions": 1, "delays": [[1.0]]}, {"name": "normal", "directions": 1, "delays": [[2.0, 0.1, 0.2, 0.1]]}, {"name": "off", "directions": 1, "delays": [[1.0]]}]}

Binary file not shown.

After

Width:  |  Height:  |  Size: 630 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 380 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1022 B

View File

@@ -0,0 +1 @@
{"version": 1, "size": {"x": 32, "y": 32}, "states": [{"name": "broken", "directions": 1, "delays": [[1.0]]}, {"name": "normal", "directions": 1, "delays": [[1.0]]}, {"name": "off", "directions": 1, "delays": [[1.0]]}]}

Binary file not shown.

After

Width:  |  Height:  |  Size: 957 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 913 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@@ -0,0 +1 @@
{"version": 1, "size": {"x": 32, "y": 32}, "states": [{"name": "broken", "directions": 1, "delays": [[1.0]]}, {"name": "deny", "directions": 1, "delays": [[0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.3, 0.1, 0.1, 0.1, 0.1, 0.1]]}, {"name": "eject", "directions": 1, "delays": [[0.1, 0.2, 0.2, 0.1, 0.1, 0.1, 1.0, 0.1, 0.1, 0.1, 0.2, 0.2]]}, {"name": "normal", "directions": 1, "delays": [[1.0]]}, {"name": "off", "directions": 1, "delays": [[1.0]]}]}

Binary file not shown.

After

Width:  |  Height:  |  Size: 978 B

Some files were not shown because too many files have changed in this diff Show More