Added ground model for Prosthetic Arm

This commit is contained in:
ZioPao
2023-12-23 00:54:31 -05:00
parent 2606f664bc
commit 77cf50066a
12 changed files with 28 additions and 9 deletions

View File

@@ -0,0 +1,16 @@
module Prosthesis
{
imports
{
Base
}
model prostheticArm
{
mesh = Prosthesis/normalArm_Ground,
texture = Prosthetesis\normalArm,
}
}