Skip to content

Commit

Permalink
Remove treads from URL0208 lua file
Browse files Browse the repository at this point in the history
they belong in bp not lua
  • Loading branch information
lL1l1 committed Nov 24, 2024
1 parent 845e89f commit 195bdb8
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions units/URL0208/URL0208_script.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,5 @@
local CConstructionUnit = import("/lua/cybranunits.lua").CConstructionUnit

---@class URL0208 : CConstructionUnit
URL0208 = ClassUnit(CConstructionUnit) {
Treads = {
ScrollTreads = true,
BoneName = 'URL0208',
TreadMarks = 'tank_treads_albedo',
TreadMarksSizeX = 0.65,
TreadMarksSizeZ = 0.4,
TreadMarksInterval = 0.3,
TreadOffset = { 0, 0, 0 },
},
}

TypeClass = URL0208
URL0208 = ClassUnit(CConstructionUnit) {}
TypeClass = URL0208

0 comments on commit 195bdb8

Please sign in to comment.