Browse Source

Adjust scaling proportions for KnightRenderer

Adam Djellouli 1 tháng trước cách đây
mục cha
commit
e008608bfd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      render/entity/nations/carthage/swordsman_renderer.cpp

+ 1 - 1
render/entity/nations/carthage/swordsman_renderer.cpp

@@ -98,7 +98,7 @@ struct KnightExtras {
 class KnightRenderer : public HumanoidRendererBase {
 public:
   auto get_proportion_scaling() const -> QVector3D override {
-    return {1.40F, 1.05F, 1.10F};
+    return {1.20F, 1.05F, 1.10F};
   }
 
 private: