add a texture for the straw dummy
This commit is contained in:
parent
392c8e741f
commit
e76a81fa38
17
.gitattributes
vendored
Normal file
17
.gitattributes
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# Auto detect text files and perform LF normalization
|
||||||
|
* text=auto
|
||||||
|
|
||||||
|
# Custom for Visual Studio
|
||||||
|
*.cs diff=csharp
|
||||||
|
|
||||||
|
# Standard to msysgit
|
||||||
|
*.doc diff=astextplain
|
||||||
|
*.DOC diff=astextplain
|
||||||
|
*.docx diff=astextplain
|
||||||
|
*.DOCX diff=astextplain
|
||||||
|
*.dot diff=astextplain
|
||||||
|
*.DOT diff=astextplain
|
||||||
|
*.pdf diff=astextplain
|
||||||
|
*.PDF diff=astextplain
|
||||||
|
*.rtf diff=astextplain
|
||||||
|
*.RTF diff=astextplain
|
47
.gitignore
vendored
Normal file
47
.gitignore
vendored
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
# Windows image file caches
|
||||||
|
Thumbs.db
|
||||||
|
ehthumbs.db
|
||||||
|
|
||||||
|
# Folder config file
|
||||||
|
Desktop.ini
|
||||||
|
|
||||||
|
# Recycle Bin used on file shares
|
||||||
|
$RECYCLE.BIN/
|
||||||
|
|
||||||
|
# Windows Installer files
|
||||||
|
*.cab
|
||||||
|
*.msi
|
||||||
|
*.msm
|
||||||
|
*.msp
|
||||||
|
|
||||||
|
# Windows shortcuts
|
||||||
|
*.lnk
|
||||||
|
|
||||||
|
# =========================
|
||||||
|
# Operating System Files
|
||||||
|
# =========================
|
||||||
|
|
||||||
|
# OSX
|
||||||
|
# =========================
|
||||||
|
|
||||||
|
.DS_Store
|
||||||
|
.AppleDouble
|
||||||
|
.LSOverride
|
||||||
|
|
||||||
|
# Thumbnails
|
||||||
|
._*
|
||||||
|
|
||||||
|
# Files that might appear in the root of a volume
|
||||||
|
.DocumentRevisions-V100
|
||||||
|
.fseventsd
|
||||||
|
.Spotlight-V100
|
||||||
|
.TemporaryItems
|
||||||
|
.Trashes
|
||||||
|
.VolumeIcon.icns
|
||||||
|
|
||||||
|
# Directories potentially created on remote AFP share
|
||||||
|
.AppleDB
|
||||||
|
.AppleDesktop
|
||||||
|
Network Trash Folder
|
||||||
|
Temporary Items
|
||||||
|
.apdisk
|
@ -20,8 +20,7 @@ minetest.register_node("castle_farming:bound_straw", {
|
|||||||
|
|
||||||
minetest.register_node("castle_farming:straw_dummy", {
|
minetest.register_node("castle_farming:straw_dummy", {
|
||||||
description = S("Training Dummy"),
|
description = S("Training Dummy"),
|
||||||
tiles = {"castle_straw_bale.png"},
|
tiles = {"castle_straw_dummy.png"},
|
||||||
--inventory_image = "castle_tapestry_inv.png",
|
|
||||||
groups = {choppy=4, flammable=1, oddly_breakable_by_hand=3},
|
groups = {choppy=4, flammable=1, oddly_breakable_by_hand=3},
|
||||||
sounds = default.node_sound_leaves_defaults(),
|
sounds = default.node_sound_leaves_defaults(),
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
@ -32,7 +31,7 @@ minetest.register_node("castle_farming:straw_dummy", {
|
|||||||
fixed = {
|
fixed = {
|
||||||
{-0.25, -0.5, -0.125, 0, 0.1875, 0.125}, -- right_leg
|
{-0.25, -0.5, -0.125, 0, 0.1875, 0.125}, -- right_leg
|
||||||
{0, -0.5, -0.125, 0.25, 0.1875, 0.125}, -- left_leg
|
{0, -0.5, -0.125, 0.25, 0.1875, 0.125}, -- left_leg
|
||||||
{-0.25, 0.1875, -0.125, 0.25, 0.875, 0.125}, -- torso
|
{-0.25, 0.1875, -0.1875, 0.25, 0.875, 0.125}, -- torso
|
||||||
{0.25, 0.1875, -0.125, 0.5, 0.875, 0.125}, -- left_arm
|
{0.25, 0.1875, -0.125, 0.5, 0.875, 0.125}, -- left_arm
|
||||||
{-0.5, 0.1875, -0.125, -0.25, 0.875, 0.125}, -- right_arm
|
{-0.5, 0.1875, -0.125, -0.25, 0.875, 0.125}, -- right_arm
|
||||||
{-0.25, 0.875, -0.25, 0.25, 1.3125, 0.1875}, -- head
|
{-0.25, 0.875, -0.25, 0.25, 1.3125, 0.1875}, -- head
|
||||||
|
@ -5,7 +5,15 @@ original textures by Philipner
|
|||||||
|
|
||||||
License Textures: Napiophelios - CC-BY-SA 3.0
|
License Textures: Napiophelios - CC-BY-SA 3.0
|
||||||
|
|
||||||
-castle_hide.png
|
castle_hide.png
|
||||||
-castle_straw_bale.png
|
castle_straw_bale.png
|
||||||
|
|
||||||
--------------------------------------------
|
--------------------------------------------
|
||||||
|
|
||||||
|
Attribution 3.0 Unported (CC BY 3.0)
|
||||||
|
Copyright (C) 2012-2016 PilzAdam
|
||||||
|
Copyright (C) 2014-2016 BlockMen
|
||||||
|
Copyright (C) 2015-2016 MasterGollum
|
||||||
|
Copyright (C) 2015-2016 Gambit
|
||||||
|
|
||||||
|
castle_straw_dummy.png - derived from farming_straw.png
|
BIN
textures/castle_straw_dummy.png
Normal file
BIN
textures/castle_straw_dummy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 803 B |
Loading…
x
Reference in New Issue
Block a user