diff --git a/README.md b/README.md index 627446b..57e4239 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ -minetest-computers -================== +Computers +========= -A minetest mod to add realistics computers and screens. +This minetest mod allow you to craft realistics laptop and screens. Both are animated. It is possible to type commands on computers. -It is possible to type commands on computer, to see which commands are available, type help on computer in minetest. +Install +======= -[ INSTALL ] -=========== - -As other mods for minetest, just extract int mods directory in the minetest installed path. +As other minetest mods, just extract it in minetest/games/minetest_game/mods directory. \ No newline at end of file diff --git a/textures/keyboard_top.png b/textures/keyboard_top.png new file mode 100755 index 0000000..b3d75e4 Binary files /dev/null and b/textures/keyboard_top.png differ diff --git a/textures/laptop_back.png b/textures/laptop_back.png new file mode 100755 index 0000000..58db2b7 Binary files /dev/null and b/textures/laptop_back.png differ diff --git a/textures/laptop_bottom.png b/textures/laptop_bottom.png new file mode 100755 index 0000000..3e83407 Binary files /dev/null and b/textures/laptop_bottom.png differ diff --git a/textures/laptop_cover.png b/textures/laptop_cover.png new file mode 100755 index 0000000..e81fea1 Binary files /dev/null and b/textures/laptop_cover.png differ diff --git a/textures/laptop_front_bigtext.png b/textures/laptop_front_bigtext.png new file mode 100755 index 0000000..ba86819 Binary files /dev/null and b/textures/laptop_front_bigtext.png differ diff --git a/textures/laptop_front_blank.png b/textures/laptop_front_blank.png new file mode 100755 index 0000000..02cbaa5 Binary files /dev/null and b/textures/laptop_front_blank.png differ diff --git a/textures/laptop_front_connect.png b/textures/laptop_front_connect.png new file mode 100755 index 0000000..90d0bca Binary files /dev/null and b/textures/laptop_front_connect.png differ diff --git a/textures/laptop_front_general.png b/textures/laptop_front_general.png new file mode 100644 index 0000000..069e27f Binary files /dev/null and b/textures/laptop_front_general.png differ diff --git a/textures/laptop_front_screensaver.png b/textures/laptop_front_screensaver.png new file mode 100755 index 0000000..2a0c08e Binary files /dev/null and b/textures/laptop_front_screensaver.png differ diff --git a/textures/laptop_front_smalltext.png b/textures/laptop_front_smalltext.png new file mode 100755 index 0000000..accced7 Binary files /dev/null and b/textures/laptop_front_smalltext.png differ diff --git a/textures/laptop_left.png b/textures/laptop_left.png new file mode 100755 index 0000000..ab7e338 Binary files /dev/null and b/textures/laptop_left.png differ diff --git a/textures/laptop_right.png b/textures/laptop_right.png new file mode 100755 index 0000000..e8b47fe Binary files /dev/null and b/textures/laptop_right.png differ diff --git a/textures/laptop_top.png b/textures/laptop_top.png new file mode 100755 index 0000000..13a925f Binary files /dev/null and b/textures/laptop_top.png differ diff --git a/textures/screen_flat_back.png b/textures/screen_flat_back.png new file mode 100755 index 0000000..c112806 Binary files /dev/null and b/textures/screen_flat_back.png differ diff --git a/textures/screen_flat_bottom.png b/textures/screen_flat_bottom.png new file mode 100755 index 0000000..7e532ce Binary files /dev/null and b/textures/screen_flat_bottom.png differ diff --git a/textures/screen_flat_front_2columns.png b/textures/screen_flat_front_2columns.png new file mode 100755 index 0000000..5066f16 Binary files /dev/null and b/textures/screen_flat_front_2columns.png differ diff --git a/textures/screen_flat_front_bigtext.png b/textures/screen_flat_front_bigtext.png new file mode 100755 index 0000000..884ded3 Binary files /dev/null and b/textures/screen_flat_front_bigtext.png differ diff --git a/textures/screen_flat_front_cybertronic.png b/textures/screen_flat_front_cybertronic.png new file mode 100755 index 0000000..7fb10a6 Binary files /dev/null and b/textures/screen_flat_front_cybertronic.png differ diff --git a/textures/screen_flat_front_cybertronic.xcf b/textures/screen_flat_front_cybertronic.xcf new file mode 100644 index 0000000..4c57b38 Binary files /dev/null and b/textures/screen_flat_front_cybertronic.xcf differ diff --git a/textures/screen_flat_front_map.png b/textures/screen_flat_front_map.png new file mode 100755 index 0000000..b251233 Binary files /dev/null and b/textures/screen_flat_front_map.png differ diff --git a/textures/screen_flat_front_off.png b/textures/screen_flat_front_off.png new file mode 100755 index 0000000..1b5a3a0 Binary files /dev/null and b/textures/screen_flat_front_off.png differ diff --git a/textures/screen_flat_front_smalltext.png b/textures/screen_flat_front_smalltext.png new file mode 100755 index 0000000..a81955b Binary files /dev/null and b/textures/screen_flat_front_smalltext.png differ diff --git a/textures/screen_flat_left.png b/textures/screen_flat_left.png new file mode 100755 index 0000000..7e532ce Binary files /dev/null and b/textures/screen_flat_left.png differ diff --git a/textures/screen_flat_right.png b/textures/screen_flat_right.png new file mode 100755 index 0000000..7e532ce Binary files /dev/null and b/textures/screen_flat_right.png differ diff --git a/textures/screen_flat_top.png b/textures/screen_flat_top.png new file mode 100755 index 0000000..e0458aa Binary files /dev/null and b/textures/screen_flat_top.png differ diff --git a/textures/steel_armature_h_side.png b/textures/steel_armature_h_side.png new file mode 100755 index 0000000..dc5f0b9 Binary files /dev/null and b/textures/steel_armature_h_side.png differ