Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
bengardner committed Dec 5, 2023
1 parent 5d2be48 commit efeb1ab
Show file tree
Hide file tree
Showing 17 changed files with 2,038 additions and 1,583 deletions.
7 changes: 7 additions & 0 deletions control.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
if script.active_mods["gvv"] then require("__gvv__.gvv")() end

-- need to register for on_tick() first
require "src.GlobalState"

require "src.NetworkChest"
require "src.NetworkSensor"
require "src.NetworkViewUi"
require "src.NetworkViewUi_test"
require "src.NetworkTankGui"

require "src.service_players"
require "src.service_alerts"
require "src.service_queue"
1 change: 1 addition & 0 deletions data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ local Hotkeys = require "src.Hotkeys"

require "src.prototypes.network-sensor"
require "src.prototypes.network-chests"
require "src.prototypes.network-tanks"

local M = {}

Expand Down
Binary file modified graphics/entities/network-tank-provider.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/entities/network-tank-provider.xcf
Binary file not shown.
Binary file modified graphics/entities/network-tank-requester.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified graphics/entities/network-tank-requester.xcf
Binary file not shown.
Loading

0 comments on commit efeb1ab

Please sign in to comment.