Added the Arc-bird

it just that good
This commit is contained in:
May Lian 2023-01-01 14:25:24 -03:00
parent cac05f67d1
commit a0759c9f12
3 changed files with 29 additions and 1 deletions

View File

@ -518,4 +518,24 @@ ATT.Folder = "Com. wave 1"
ATT.StickerMaterial = "stickers/drawberf"
ARC9.LoadAttachment(ATT, "sticker_drawberf")
ARC9.LoadAttachment(ATT, "sticker_drawberf")
ATT = {}
ATT.PrintName = [[Arc Bird]]
ATT.CompactName = "Arc Bird"
ATT.Description = [[Arc Bird.
Design by Nori/Chewable.
Sticker included in ARC9 Base.]]
ATT.Icon = Material("stickers/arc_bird")
ATT.SortOrder = 0
ATT.Free = true
ATT.Category = "stickers"
ATT.Folder = "Com. wave 1"
ATT.StickerMaterial = "stickers/arc_bird"
ARC9.LoadAttachment(ATT, "sticker_arcbird")

View File

@ -0,0 +1,8 @@
"vertexlitgeneric"
{
"$basetexture" "stickers\arc_bird"
// "$bumpmap" "stickers\a9k"
// "$phong" "1"
"$alphatest" "1"
"$decal" "1"
}

Binary file not shown.