X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=data%2Fdefault.models;h=e710c7ec62e9eaa538c5a02284f51357e76e7072;hb=00b0cac2c26af161cc436d404d033e242a00c5a6;hp=2b1d425fed36e531d212c4a24946bdd3fd062d87;hpb=d674aafba34e07b520dfdf8c549a1669ca846346;p=blank-assets.git diff --git a/data/default.models b/data/default.models index 2b1d425..e710c7e 100644 --- a/data/default.models +++ b/data/default.models @@ -5,11 +5,12 @@ player = { children = [ { shape = player_head; - position = [ 0, 0.375, 0 ]; + position = [ 0, 0.4, 0 ]; textures = [ "rock-1", "rock-face" ]; } ]; }; + eyes = 1; }; monster = { @@ -18,15 +19,19 @@ monster = { textures = [ "rock-1" ]; rgb_mod = [ 1, 1, 0 ]; children = [{ - shape = player_head; - position = [ -0.275, 0.375, 0 ]; - textures = [ "rock-1", "rock-face" ]; - rgb_mod = [ 1, 0, 0 ]; - }, { - shape = player_head; - position = [ 0.275, 0.375, 0 ]; - textures = [ "rock-1", "rock-face" ]; - rgb_mod = [ 1, 0.5, 0 ]; + position = [ 0, 0.4, 0 ]; + children = [{ + shape = player_head; + position = [ -0.275, 0, 0 ]; + textures = [ "rock-1", "rock-face" ]; + rgb_mod = [ 1, 0, 0 ]; + }, { + shape = player_head; + position = [ 0.275, 0, 0 ]; + textures = [ "rock-1", "rock-face" ]; + rgb_mod = [ 1, 0.5, 0 ]; + }]; }]; }; + eyes = 1; };