Hud refactor (#7202)
Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com> Co-authored-by: Jezithyr <jmaster9999@gmail.com> Co-authored-by: Jezithyr <Jezithyr@gmail.com> Co-authored-by: Visne <39844191+Visne@users.noreply.github.com> Co-authored-by: wrexbe <wrexbe@protonmail.com> Co-authored-by: wrexbe <81056464+wrexbe@users.noreply.github.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
- type: entity
|
||||
- type: entity
|
||||
parent: ClothingShoesBase
|
||||
id: ClothingShoesBootsMag
|
||||
name: magboots
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
- MobMask
|
||||
layer:
|
||||
- MachineLayer
|
||||
- type: CharacterInfo
|
||||
- type: Humanoid
|
||||
- type: AnimationPlayer
|
||||
- type: MeleeWeapon
|
||||
|
||||
@@ -240,7 +240,6 @@
|
||||
- type: Ensnareable
|
||||
sprite: Objects/Misc/ensnare.rsi
|
||||
state: icon
|
||||
- type: CharacterInfo
|
||||
- type: AnimationPlayer
|
||||
- type: Buckle
|
||||
- type: MeleeWeapon
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
- name: head
|
||||
slotTexture: head
|
||||
slotFlags: HEAD
|
||||
uiContainer: BottomLeft
|
||||
slotGroup: MainHotbar
|
||||
uiWindowPos: 0,0
|
||||
displayName: Head
|
||||
offset: 0, -0.45
|
||||
|
||||
@@ -5,66 +5,58 @@
|
||||
slotTexture: shoes
|
||||
slotFlags: FEET
|
||||
stripTime: 3
|
||||
uiContainer: Top
|
||||
uiWindowPos: 1,3
|
||||
displayName: Shoes
|
||||
- name: jumpsuit
|
||||
slotTexture: uniform
|
||||
slotFlags: INNERCLOTHING
|
||||
stripTime: 6
|
||||
uiContainer: Top
|
||||
uiWindowPos: 0,2
|
||||
displayName: Jumpsuit
|
||||
- name: outerClothing
|
||||
slotTexture: suit
|
||||
slotFlags: OUTERCLOTHING
|
||||
slotGroup: MainHotbar
|
||||
stripTime: 6
|
||||
uiContainer: Top
|
||||
uiWindowPos: 1,2
|
||||
displayName: Suit
|
||||
- name: gloves
|
||||
slotTexture: gloves
|
||||
slotFlags: GLOVES
|
||||
uiContainer: Top
|
||||
uiWindowPos: 2,2
|
||||
displayName: Gloves
|
||||
- name: neck
|
||||
slotTexture: neck
|
||||
slotFlags: NECK
|
||||
uiContainer: Top
|
||||
uiWindowPos: 0,1
|
||||
displayName: Neck
|
||||
- name: mask
|
||||
slotTexture: mask
|
||||
slotFlags: MASK
|
||||
uiContainer: Top
|
||||
uiWindowPos: 1,1
|
||||
displayName: Mask
|
||||
- name: eyes
|
||||
slotTexture: glasses
|
||||
slotFlags: EYES
|
||||
stripTime: 3
|
||||
uiContainer: Top
|
||||
uiWindowPos: 0,0
|
||||
displayName: Eyes
|
||||
- name: ears
|
||||
slotTexture: ears
|
||||
slotFlags: EARS
|
||||
stripTime: 3
|
||||
uiContainer: Top
|
||||
uiWindowPos: 2,0
|
||||
displayName: Ears
|
||||
- name: head
|
||||
slotTexture: head
|
||||
slotFlags: HEAD
|
||||
uiContainer: Top
|
||||
uiWindowPos: 1,0
|
||||
displayName: Head
|
||||
- name: pocket1
|
||||
slotTexture: pocket
|
||||
slotFlags: POCKET
|
||||
slotGroup: MainHotbar
|
||||
stripTime: 3
|
||||
uiContainer: BottomRight
|
||||
uiWindowPos: 0,3
|
||||
dependsOn: jumpsuit
|
||||
displayName: Pocket 1
|
||||
@@ -72,8 +64,8 @@
|
||||
- name: pocket2
|
||||
slotTexture: pocket
|
||||
slotFlags: POCKET
|
||||
slotGroup: MainHotbar
|
||||
stripTime: 3
|
||||
uiContainer: BottomRight
|
||||
uiWindowPos: 2,3
|
||||
dependsOn: jumpsuit
|
||||
displayName: Pocket 2
|
||||
@@ -82,29 +74,28 @@
|
||||
slotTexture: suit_storage
|
||||
slotFlags: SUITSTORAGE
|
||||
stripTime: 3
|
||||
uiContainer: BottomLeft
|
||||
uiWindowPos: 2,0
|
||||
dependsOn: outerClothing
|
||||
displayName: Suit Storage
|
||||
- name: id
|
||||
slotTexture: id
|
||||
slotFlags: IDCARD
|
||||
slotGroup: SecondHotbar
|
||||
stripTime: 6
|
||||
uiContainer: BottomRight
|
||||
uiWindowPos: 2,1
|
||||
dependsOn: jumpsuit
|
||||
displayName: ID
|
||||
- name: belt
|
||||
slotTexture: belt
|
||||
slotFlags: BELT
|
||||
slotGroup: SecondHotbar
|
||||
stripTime: 6
|
||||
uiContainer: BottomLeft
|
||||
uiWindowPos: 3,1
|
||||
displayName: Belt
|
||||
- name: back
|
||||
slotTexture: back
|
||||
slotFlags: BACK
|
||||
slotGroup: SecondHotbar
|
||||
stripTime: 6
|
||||
uiContainer: BottomLeft
|
||||
uiWindowPos: 3,0
|
||||
displayName: Back
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
- name: head
|
||||
slotTexture: head
|
||||
slotFlags: HEAD
|
||||
uiContainer: BottomLeft
|
||||
slotGroup: MainHotbar
|
||||
uiWindowPos: 0,0
|
||||
displayName: Head
|
||||
displayName: Head
|
||||
|
||||
Reference in New Issue
Block a user