mirror of
https://github.com/HaodongMo/ARC-9.git
synced 2025-03-04 03:02:58 -05:00
Updated Your First Weapon (markdown)
parent
ad7863f76b
commit
2d27f02d78
@ -27,21 +27,27 @@ SWEP.Animations = {
|
||||
-- Source = "mac10_idle",
|
||||
Mult = 0.5
|
||||
},
|
||||
|
||||
["fire_iron"] = {
|
||||
Source = "idle"
|
||||
},
|
||||
|
||||
["reload"] = {
|
||||
Source = "reload1"
|
||||
},
|
||||
|
||||
["draw"] = {
|
||||
Source = "draw"
|
||||
},
|
||||
|
||||
["holster"] = {
|
||||
Source = "draw",
|
||||
Reverse = true
|
||||
},
|
||||
|
||||
["idle"] = {
|
||||
Source = "idle"
|
||||
}
|
||||
|
||||
}
|
||||
`
|
Loading…
Reference in New Issue
Block a user