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