]> git.localhorst.tv Git - blank-assets.git/blobdiff - data/default.models
fiddled with models a bit
[blank-assets.git] / data / default.models
index 2fe0a1bcd129578ea8f0bb4f6d04b045ba0bab03..e710c7ec62e9eaa538c5a02284f51357e76e7072 100644 (file)
@@ -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 ];
                        }];