Compare commits
92 Commits
Author | SHA1 | Date | |
---|---|---|---|
a11527ed63 | |||
2d0363f3ac | |||
0f1b8418a1 | |||
f6701bd9cd | |||
d18bee7fa0 | |||
c05378f20f | |||
d61a990fc9 | |||
af41f549a7 | |||
c1eda2246a | |||
0de4732f43 | |||
bc9192a847 | |||
1ef6e9b69f | |||
efbc491245 | |||
8e6fa4cdff | |||
2c921c03cd | |||
43f7056142 | |||
f6173b036c | |||
8d9ea61b13 | |||
f7ccf20410 | |||
0ff3013895 | |||
f4144817e2 | |||
0eee5f4959 | |||
e8981367d6 | |||
2c034ebba0 | |||
06342cbd86 | |||
f32fdad4ff | |||
3ea7d5d84e | |||
cf44a85684 | |||
96d0084109 | |||
f09481c3f0 | |||
8ea285e683 | |||
16ee0417e8 | |||
09078726da | |||
18d2e492af | |||
6c0dd2d31a | |||
e9477dd45d | |||
634b89c4c6 | |||
2df6dbcad9 | |||
c8fa17801b | |||
8547b9b498 | |||
9e2ebe373a | |||
dafc731078 | |||
7d3b2f921e | |||
f29e2fc698 | |||
a599b041d4 | |||
846fe60be7 | |||
51341671c7 | |||
b3538e3941 | |||
a493933105 | |||
13059eb3a2 | |||
36dc31416e | |||
fe92fdc373 | |||
2ce071ec16 | |||
5f264bc484 | |||
cad8a378c3 | |||
1fabeb3975 | |||
c683874904 | |||
5dd5d3a14b | |||
3969f1a198 | |||
7623b39a33 | |||
f6aa12aef9 | |||
70ba7db599 | |||
1ec16b5b53 | |||
1d41b5ee18 | |||
dd0e26d95b | |||
ac9927d035 | |||
6cadc7cf26 | |||
3e585ec482 | |||
c806807171 | |||
27e1175fb0 | |||
dc7b60c11f | |||
010c07f23a | |||
cb48bfec98 | |||
4ae16c294e | |||
e97cefa94c | |||
f96f8ac86b | |||
0e68696566 | |||
59ae86ec0f | |||
89e3353c5b | |||
722c1c6f89 | |||
175724d53c | |||
79e501394a | |||
800d9017dd | |||
1ce7d2b24d | |||
428729a43d | |||
4ef2f83f07 | |||
b9307f11ad | |||
d35ebe8c00 | |||
dc903b16c8 | |||
4598cdca56 | |||
81db7f2c00 | |||
73545c89af |
0
.gitignore
vendored
Normal file → Executable file
23
.luacheckrc
@ -1,23 +0,0 @@
|
||||
unused_args = false
|
||||
allow_defined_top = true
|
||||
|
||||
read_globals = {
|
||||
"DIR_DELIM",
|
||||
"minetest", "core",
|
||||
"dump",
|
||||
"vector", "nodeupdate",
|
||||
"VoxelManip", "VoxelArea",
|
||||
"PseudoRandom", "ItemStack",
|
||||
"intllib",
|
||||
"default",
|
||||
"stairsplus",
|
||||
"signs_lib",
|
||||
"beds",
|
||||
"technic",
|
||||
"mesecon",
|
||||
}
|
||||
|
||||
globals = {
|
||||
"armor",
|
||||
}
|
||||
|
19
bower.json
@ -1,19 +0,0 @@
|
||||
{
|
||||
"name": "homedecor_modpack",
|
||||
"description": "This mod adds a whole bunch of new items to Minetest suitable for decorating inside and outside a home.",
|
||||
"keywords": [
|
||||
"building",
|
||||
"cosmetic",
|
||||
"homedecor modpack",
|
||||
"homedecor_modpack"
|
||||
],
|
||||
"homepage": "http://daconcepts.com/vanessa/hobbies/minetest/homedecor-crafting-guide/homedecor-craft-guide.html",
|
||||
"project": "https://github.com/minetest-mods/homedecor_modpack",
|
||||
"forum": "http://forum.minetest.net/viewtopic.php?f=11&t=2041",
|
||||
"screenshots": [
|
||||
"http://daconcepts.com/vanessa/hobbies/minetest/screenshots/homedecor1.png"
|
||||
],
|
||||
"authors": [
|
||||
"VanessaE"
|
||||
]
|
||||
}
|
0
building_blocks/depends.txt
Normal file → Executable file
16
building_blocks/init.lua
Normal file → Executable file
@ -113,10 +113,12 @@ else
|
||||
end
|
||||
|
||||
minetest.register_craft({
|
||||
output = 'default:stick 4',
|
||||
output = 'building_blocks:sticks',
|
||||
recipe = {
|
||||
{'building_blocks:sticks'},
|
||||
}
|
||||
{'group:stick', '', 'group:stick'},
|
||||
{'', 'group:stick', ''},
|
||||
{'group:stick', '', 'group:stick'},
|
||||
} -- MODIFICATION MADE FOR MFF ^
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
@ -518,14 +520,14 @@ minetest.register_craftitem("building_blocks:tar_base", {
|
||||
})
|
||||
|
||||
--Tar
|
||||
minetest.register_craft({
|
||||
--[[minetest.register_craft({
|
||||
output = 'building_blocks:knife 1',
|
||||
recipe = {
|
||||
{"group:tar_block"},
|
||||
{"group:stick"},
|
||||
}
|
||||
})
|
||||
|
||||
--]] -- Modif MFF, remove this useless tool
|
||||
minetest.register_alias("tar", "building_blocks:Tar")
|
||||
minetest.register_alias("fakegrass", "building_blocks:fakegrass")
|
||||
minetest.register_alias("tar_knife", "building_blocks:knife")
|
||||
@ -573,8 +575,8 @@ minetest.register_tool("building_blocks:knife", {
|
||||
tool_capabilities = {
|
||||
max_drop_level=0,
|
||||
groupcaps={
|
||||
choppy={times={[2]=7.50, [3]=2.80}, uses=100, maxlevel=1},
|
||||
fleshy={times={[2]=5.50, [3]=2.80}, uses=100, maxlevel=1}
|
||||
choppy={times={[2]=7.50, [3]=2.80}, uses = 100, maxlevel=1},
|
||||
fleshy={times={[2]=5.50, [3]=2.80}, uses = 100, maxlevel=1}
|
||||
}
|
||||
},
|
||||
})
|
||||
|
0
building_blocks/textures/building_blocks_Adobe.png
Normal file → Executable file
Before Width: | Height: | Size: 260 B After Width: | Height: | Size: 260 B |
0
building_blocks/textures/building_blocks_BWtile.png
Normal file → Executable file
Before Width: | Height: | Size: 568 B After Width: | Height: | Size: 568 B |
0
building_blocks/textures/building_blocks_Roofing.png
Normal file → Executable file
Before Width: | Height: | Size: 324 B After Width: | Height: | Size: 324 B |
0
building_blocks/textures/building_blocks_brobble.png
Normal file → Executable file
Before Width: | Height: | Size: 381 B After Width: | Height: | Size: 381 B |
BIN
building_blocks/textures/building_blocks_brobble_spread_inv.png
Normal file → Executable file
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 8.6 KiB |
BIN
building_blocks/textures/building_blocks_bwtile_inv.png
Normal file → Executable file
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 6.3 KiB |
0
building_blocks/textures/building_blocks_cast_iron.png
Normal file → Executable file
Before Width: | Height: | Size: 195 B After Width: | Height: | Size: 195 B |
0
building_blocks/textures/building_blocks_cast_iron_fireplace.png
Normal file → Executable file
Before Width: | Height: | Size: 261 B After Width: | Height: | Size: 261 B |
0
building_blocks/textures/building_blocks_grate.png
Normal file → Executable file
Before Width: | Height: | Size: 581 B After Width: | Height: | Size: 581 B |
0
building_blocks/textures/building_blocks_grate2.png
Normal file → Executable file
Before Width: | Height: | Size: 302 B After Width: | Height: | Size: 302 B |
BIN
building_blocks/textures/building_blocks_gravel_spread_inv.png
Normal file → Executable file
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 7.3 KiB |
0
building_blocks/textures/building_blocks_hardwood.png
Normal file → Executable file
Before Width: | Height: | Size: 286 B After Width: | Height: | Size: 286 B |
0
building_blocks/textures/building_blocks_knife.png
Normal file → Executable file
Before Width: | Height: | Size: 177 B After Width: | Height: | Size: 177 B |
0
building_blocks/textures/building_blocks_marble.png
Normal file → Executable file
Before Width: | Height: | Size: 499 B After Width: | Height: | Size: 499 B |
0
building_blocks/textures/building_blocks_sglass.png
Normal file → Executable file
Before Width: | Height: | Size: 280 B After Width: | Height: | Size: 280 B |
0
building_blocks/textures/building_blocks_sticks.png
Normal file → Executable file
Before Width: | Height: | Size: 261 B After Width: | Height: | Size: 261 B |
0
building_blocks/textures/building_blocks_tar.png
Normal file → Executable file
Before Width: | Height: | Size: 222 B After Width: | Height: | Size: 222 B |
0
building_blocks/textures/building_blocks_tar_base.png
Normal file → Executable file
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
0
building_blocks/textures/building_blocks_tar_spread_inv.png
Normal file → Executable file
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
0
building_blocks/textures/building_blocks_towel.png
Normal file → Executable file
Before Width: | Height: | Size: 409 B After Width: | Height: | Size: 409 B |
BIN
building_blocks/textures/building_blocks_towel_inv.png
Normal file → Executable file
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 6.0 KiB |
0
building_blocks/textures/building_blocks_wglass.png
Normal file → Executable file
Before Width: | Height: | Size: 502 B After Width: | Height: | Size: 502 B |
0
building_blocks/textures/technic_granite.png
Normal file → Executable file
Before Width: | Height: | Size: 766 B After Width: | Height: | Size: 766 B |
0
chains/depends.txt
Normal file → Executable file
0
chains/init.lua
Normal file → Executable file
0
chains/models/chains.obj
Normal file → Executable file
0
chains/models/chains_chandelier.obj
Normal file → Executable file
0
chains/models/top_chains.obj
Normal file → Executable file
0
chains/textures/chain_brass_inv.png
Normal file → Executable file
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
BIN
chains/textures/chain_wrought_iron_inv.png
Normal file → Executable file
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
0
chains/textures/chains_brass.png
Normal file → Executable file
Before Width: | Height: | Size: 344 B After Width: | Height: | Size: 344 B |
0
chains/textures/chains_candle.png
Normal file → Executable file
Before Width: | Height: | Size: 390 B After Width: | Height: | Size: 390 B |
BIN
chains/textures/chains_candle_flame.png
Normal file → Executable file
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.4 KiB |
0
chains/textures/chains_wrought_iron.png
Normal file → Executable file
Before Width: | Height: | Size: 386 B After Width: | Height: | Size: 386 B |
BIN
chains/textures/top_chain_brass_inv.png
Normal file → Executable file
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
BIN
chains/textures/top_chain_wrought_iron_inv.png
Normal file → Executable file
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
0
computer/CHANGES.txt
Normal file → Executable file
0
computer/README.txt
Normal file → Executable file
0
computer/TODO.txt
Normal file → Executable file
10
computer/computers.lua
Normal file → Executable file
@ -29,7 +29,6 @@ minetest.register_node("computer:vanio", {
|
||||
on_rightclick = function(pos, node, clicker, itemstack)
|
||||
node.name = "computer:vanio_off"
|
||||
minetest.set_node(pos, node)
|
||||
return itemstack
|
||||
end
|
||||
})
|
||||
|
||||
@ -49,7 +48,6 @@ minetest.register_node("computer:vanio_off", {
|
||||
on_rightclick = function(pos, node, clicker, itemstack)
|
||||
node.name = "computer:vanio"
|
||||
minetest.set_node(pos, node)
|
||||
return itemstack
|
||||
end
|
||||
})
|
||||
|
||||
@ -170,7 +168,6 @@ minetest.register_node("computer:monitor", {
|
||||
on_rightclick = function(pos, node, clicker, itemstack)
|
||||
node.name = "computer:monitor_on"
|
||||
minetest.set_node(pos, node)
|
||||
return itemstack
|
||||
end
|
||||
})
|
||||
|
||||
@ -189,7 +186,6 @@ minetest.register_node("computer:monitor_on", {
|
||||
on_rightclick = function(pos, node, clicker, itemstack)
|
||||
node.name = "computer:monitor"
|
||||
minetest.set_node(pos, node)
|
||||
return itemstack
|
||||
end
|
||||
})
|
||||
|
||||
@ -298,13 +294,12 @@ minetest.register_node("computer:server", {
|
||||
on_rightclick = function(pos, node, clicker, itemstack)
|
||||
node.name = "computer:server_on"
|
||||
minetest.set_node(pos, node)
|
||||
return itemstack
|
||||
end,
|
||||
on_place = function(itemstack, placer, pointed_thing)
|
||||
local pos = pointed_thing.above
|
||||
if minetest.get_node({x=pos.x, y=pos.y+1, z=pos.z}).name ~= "air" then
|
||||
minetest.chat_send_player( placer:get_player_name(), "Not enough vertical space to place a server!" )
|
||||
return itemstack
|
||||
return
|
||||
end
|
||||
return minetest.item_place(itemstack, placer, pointed_thing)
|
||||
end
|
||||
@ -316,8 +311,8 @@ minetest.register_node("computer:server_on", {
|
||||
tiles = {
|
||||
'computer_server_t.png',
|
||||
'computer_server_bt.png',
|
||||
'computer_server_l.png',
|
||||
'computer_server_r.png',
|
||||
'computer_server_l.png',
|
||||
'computer_server_bt.png',
|
||||
'computer_server_f_on.png',
|
||||
},
|
||||
@ -338,6 +333,5 @@ minetest.register_node("computer:server_on", {
|
||||
on_rightclick = function(pos, node, clicker, itemstack)
|
||||
node.name = "computer:server"
|
||||
minetest.set_node(pos, node)
|
||||
return itemstack
|
||||
end
|
||||
})
|
||||
|
0
computer/depends.txt
Normal file → Executable file
43
computer/init.lua
Normal file → Executable file
@ -2,18 +2,19 @@ computer = {}
|
||||
screwdriver = screwdriver or {}
|
||||
|
||||
computer.register = function (name, def)
|
||||
local nodename = name
|
||||
if (name:sub(1, 1) == ":") then name = name:sub(2) end
|
||||
local modname, basename = name:match("^([^:]+):(.*)")
|
||||
local TEXPFX = modname.."_"..basename.."_"
|
||||
local ONSTATE = modname..":"..basename
|
||||
local OFFSTATE = modname..":"..basename.."_off"
|
||||
local cdef = table.copy(def)
|
||||
local def = def
|
||||
minetest.register_node(ONSTATE, {
|
||||
drawtype = "nodebox",
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
description = cdef.description,
|
||||
inventory_image = cdef.inventory_image,
|
||||
description = def.description,
|
||||
inventory_image = def.inventory_image,
|
||||
groups = {snappy=2, choppy=2, oddly_breakable_by_hand=2},
|
||||
tiles = {
|
||||
TEXPFX.."tp.png",
|
||||
@ -23,15 +24,14 @@ computer.register = function (name, def)
|
||||
TEXPFX.."bk.png",
|
||||
TEXPFX.."ft.png"
|
||||
},
|
||||
node_box = cdef.node_box,
|
||||
selection_box = cdef.node_box,
|
||||
node_box = def.node_box,
|
||||
selection_box = def.node_box,
|
||||
on_rightclick = function (pos, node, clicker, itemstack)
|
||||
if cdef.on_turn_off and cdef.on_turn_off(pos, node, clicker, itemstack) then
|
||||
return itemstack
|
||||
if (def.on_turn_off) then
|
||||
if (def.on_turn_off(pos, node, clicker, itemstack)) then return end
|
||||
end
|
||||
node.name = OFFSTATE
|
||||
minetest.set_node(pos, node)
|
||||
return itemstack
|
||||
end
|
||||
})
|
||||
minetest.register_node(OFFSTATE, {
|
||||
@ -40,32 +40,34 @@ computer.register = function (name, def)
|
||||
paramtype2 = "facedir",
|
||||
groups = {snappy=2, choppy=2, oddly_breakable_by_hand=2, not_in_creative_inventory=1},
|
||||
tiles = {
|
||||
(TEXPFX.."tp"..(cdef.tiles_off.top and "_off" or "")..".png"),
|
||||
(TEXPFX.."bt"..(cdef.tiles_off.bottom and "_off" or "")..".png"),
|
||||
(TEXPFX.."rt"..(cdef.tiles_off.right and "_off" or "")..".png"),
|
||||
(TEXPFX.."lt"..(cdef.tiles_off.left and "_off" or "")..".png"),
|
||||
(TEXPFX.."bk"..(cdef.tiles_off.back and "_off" or "")..".png"),
|
||||
(TEXPFX.."ft"..(cdef.tiles_off.front and "_off" or "")..".png")
|
||||
(TEXPFX.."tp"..(def.tiles_off.top and "_off" or "")..".png"),
|
||||
(TEXPFX.."bt"..(def.tiles_off.bottom and "_off" or "")..".png"),
|
||||
(TEXPFX.."rt"..(def.tiles_off.right and "_off" or "")..".png"),
|
||||
(TEXPFX.."lt"..(def.tiles_off.left and "_off" or "")..".png"),
|
||||
(TEXPFX.."bk"..(def.tiles_off.back and "_off" or "")..".png"),
|
||||
(TEXPFX.."ft"..(def.tiles_off.front and "_off" or "")..".png")
|
||||
},
|
||||
node_box = cdef.node_box_off or cdef.node_box,
|
||||
selection_box = cdef.node_box_off or cdef.node_box,
|
||||
node_box = def.node_box_off or def.node_box,
|
||||
selection_box = def.node_box_off or def.node_box,
|
||||
on_rightclick = function (pos, node, clicker, itemstack)
|
||||
if cdef.on_turn_on and cdef.on_turn_on(pos, node, clicker, itemstack) then
|
||||
return itemstack
|
||||
if (def.on_turn_on) then
|
||||
if (def.on_turn_on(pos, node, clicker, itemstack)) then return end
|
||||
end
|
||||
node.name = ONSTATE
|
||||
minetest.set_node(pos, node)
|
||||
return itemstack
|
||||
end,
|
||||
drop = ONSTATE
|
||||
})
|
||||
end
|
||||
|
||||
computer.register_handheld = function (name, def)
|
||||
local nodename = name
|
||||
if (name:sub(1, 1) == ":") then name = name:sub(2) end
|
||||
local modname, basename = name:match("^([^:]+):(.*)")
|
||||
local TEXPFX = modname.."_"..basename.."_inv"
|
||||
local ONSTATE = modname..":"..basename
|
||||
local OFFSTATE = modname..":"..basename.."_off"
|
||||
local on_use = def.on_use
|
||||
minetest.register_craftitem(ONSTATE, {
|
||||
description = def.description,
|
||||
inventory_image = TEXPFX..".png",
|
||||
@ -75,7 +77,8 @@ end
|
||||
|
||||
computer.pixelnodebox = function (size, boxes)
|
||||
local fixed = { }
|
||||
for _, box in ipairs(boxes) do
|
||||
local i, box
|
||||
for i, box in ipairs(boxes) do
|
||||
local x, y, z, w, h, l = unpack(box)
|
||||
fixed[#fixed + 1] = {
|
||||
(x / size) - 0.5,
|
||||
|
0
computer/locale/es.txt
Normal file → Executable file
0
computer/miscitems.lua
Normal file → Executable file
0
computer/models/computer_laptop.obj
Normal file → Executable file
0
computer/models/computer_laptop_closed.obj
Normal file → Executable file
0
computer/models/computer_monitor.obj
Normal file → Executable file
0
computer/models/computer_tower.obj
Normal file → Executable file
0
computer/models/tetris_arcade.obj
Normal file → Executable file
0
computer/recipes.lua
Normal file → Executable file
11
computer/tetris.lua
Normal file → Executable file
@ -71,7 +71,7 @@ local function step(pos, fields)
|
||||
local meta = minetest.get_meta(pos)
|
||||
local t = minetest.deserialize(meta:get_string("tetris"))
|
||||
|
||||
local function new_game(p)
|
||||
local function new_game(pos)
|
||||
local nex = math.random(7)
|
||||
|
||||
t = {
|
||||
@ -84,7 +84,7 @@ local function step(pos, fields)
|
||||
x=4, y=0, rot=1
|
||||
}
|
||||
|
||||
local timer = minetest.get_node_timer(p)
|
||||
local timer = minetest.get_node_timer(pos)
|
||||
timer:set(0.3, 0)
|
||||
end
|
||||
|
||||
@ -270,14 +270,9 @@ minetest.register_node("computer:tetris_arcade", {
|
||||
end,
|
||||
on_place = function(itemstack, placer, pointed_thing)
|
||||
local pos = pointed_thing.above
|
||||
if minetest.is_protected(pos, placer:get_player_name()) or
|
||||
minetest.is_protected({x=pos.x, y=pos.y+1, z=pos.z}, placer:get_player_name()) then
|
||||
return itemstack
|
||||
end
|
||||
if minetest.get_node({x=pos.x, y=pos.y+1, z=pos.z}).name ~= "air" then
|
||||
minetest.chat_send_player(placer:get_player_name(), "No room for place the Arcade!")
|
||||
return itemstack
|
||||
end
|
||||
return end
|
||||
local dir = placer:get_look_dir()
|
||||
local node = {name="computer:tetris_arcade", param1=0, param2 = minetest.dir_to_facedir(dir)}
|
||||
minetest.set_node(pos, node)
|
||||
|
BIN
computer/textures/computer_ad128_inv.png
Normal file → Executable file
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
BIN
computer/textures/computer_ad64_inv.png
Normal file → Executable file
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
BIN
computer/textures/computer_admiral128_bk.png
Normal file → Executable file
Before Width: | Height: | Size: 313 B After Width: | Height: | Size: 115 B |
BIN
computer/textures/computer_admiral128_bt.png
Normal file → Executable file
Before Width: | Height: | Size: 313 B After Width: | Height: | Size: 115 B |
0
computer/textures/computer_admiral128_ft.png
Normal file → Executable file
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
BIN
computer/textures/computer_admiral128_lt.png
Normal file → Executable file
Before Width: | Height: | Size: 315 B After Width: | Height: | Size: 117 B |
BIN
computer/textures/computer_admiral128_rt.png
Normal file → Executable file
Before Width: | Height: | Size: 315 B After Width: | Height: | Size: 117 B |
BIN
computer/textures/computer_admiral128_tp.png
Normal file → Executable file
Before Width: | Height: | Size: 483 B After Width: | Height: | Size: 247 B |
BIN
computer/textures/computer_admiral64_bk.png
Normal file → Executable file
Before Width: | Height: | Size: 321 B After Width: | Height: | Size: 123 B |
BIN
computer/textures/computer_admiral64_bt.png
Normal file → Executable file
Before Width: | Height: | Size: 313 B After Width: | Height: | Size: 115 B |
BIN
computer/textures/computer_admiral64_ft.png
Normal file → Executable file
Before Width: | Height: | Size: 415 B After Width: | Height: | Size: 212 B |
BIN
computer/textures/computer_admiral64_lt.png
Normal file → Executable file
Before Width: | Height: | Size: 331 B After Width: | Height: | Size: 133 B |
BIN
computer/textures/computer_admiral64_rt.png
Normal file → Executable file
Before Width: | Height: | Size: 315 B After Width: | Height: | Size: 117 B |
BIN
computer/textures/computer_admiral64_tp.png
Normal file → Executable file
Before Width: | Height: | Size: 461 B After Width: | Height: | Size: 236 B |
0
computer/textures/computer_black.png
Normal file → Executable file
Before Width: | Height: | Size: 82 B After Width: | Height: | Size: 82 B |
BIN
computer/textures/computer_blue.png
Normal file → Executable file
Before Width: | Height: | Size: 114 B After Width: | Height: | Size: 113 B |
0
computer/textures/computer_computer_front_old.png
Normal file → Executable file
Before Width: | Height: | Size: 122 B After Width: | Height: | Size: 122 B |
0
computer/textures/computer_computer_top_old.png
Normal file → Executable file
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 129 B |
BIN
computer/textures/computer_cyan.png
Normal file → Executable file
Before Width: | Height: | Size: 114 B After Width: | Height: | Size: 113 B |
BIN
computer/textures/computer_green.png
Normal file → Executable file
Before Width: | Height: | Size: 114 B After Width: | Height: | Size: 113 B |
BIN
computer/textures/computer_laptop.png
Normal file → Executable file
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 8.4 KiB |
BIN
computer/textures/computer_laptop_inv.png
Normal file → Executable file
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
BIN
computer/textures/computer_magenta.png
Normal file → Executable file
Before Width: | Height: | Size: 114 B After Width: | Height: | Size: 113 B |
BIN
computer/textures/computer_monitor_inv.png
Normal file → Executable file
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
BIN
computer/textures/computer_orange.png
Normal file → Executable file
Before Width: | Height: | Size: 114 B After Width: | Height: | Size: 113 B |
0
computer/textures/computer_piepad_inv.png
Normal file → Executable file
Before Width: | Height: | Size: 207 B After Width: | Height: | Size: 207 B |
0
computer/textures/computer_piepad_inv_off.png
Normal file → Executable file
Before Width: | Height: | Size: 136 B After Width: | Height: | Size: 136 B |
0
computer/textures/computer_printer_b.png
Normal file → Executable file
Before Width: | Height: | Size: 170 B After Width: | Height: | Size: 170 B |
0
computer/textures/computer_printer_bt.png
Normal file → Executable file
Before Width: | Height: | Size: 154 B After Width: | Height: | Size: 154 B |
0
computer/textures/computer_printer_f.png
Normal file → Executable file
Before Width: | Height: | Size: 166 B After Width: | Height: | Size: 166 B |
0
computer/textures/computer_printer_inv.png
Normal file → Executable file
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
0
computer/textures/computer_printer_l.png
Normal file → Executable file
Before Width: | Height: | Size: 183 B After Width: | Height: | Size: 183 B |
0
computer/textures/computer_printer_r.png
Normal file → Executable file
Before Width: | Height: | Size: 182 B After Width: | Height: | Size: 182 B |
0
computer/textures/computer_printer_t.png
Normal file → Executable file
Before Width: | Height: | Size: 204 B After Width: | Height: | Size: 204 B |
BIN
computer/textures/computer_ps1_inv.png
Normal file → Executable file
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
0
computer/textures/computer_ps2_inv.png
Normal file → Executable file
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
BIN
computer/textures/computer_red.png
Normal file → Executable file
Before Width: | Height: | Size: 114 B After Width: | Height: | Size: 113 B |
0
computer/textures/computer_router_b.png
Normal file → Executable file
Before Width: | Height: | Size: 289 B After Width: | Height: | Size: 289 B |
0
computer/textures/computer_router_bt.png
Normal file → Executable file
Before Width: | Height: | Size: 154 B After Width: | Height: | Size: 154 B |
BIN
computer/textures/computer_router_f.png
Normal file → Executable file
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 284 B |
BIN
computer/textures/computer_router_f_animated.png
Normal file → Executable file
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 6.0 KiB |
0
computer/textures/computer_router_inv.png
Normal file → Executable file
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |