Commit 1585bf6a authored by Ryan LeFevre's avatar Ryan LeFevre

Fix so properties are accessible

parent 8afc3c3e
......@@ -3,6 +3,14 @@ LayerInfo = require '../layer_info.coffee'
module.exports = class Locked extends LayerInfo
@shouldParse: (key) -> key is 'lspf'
constructor: (layer, length) ->
super(layer, length)
@transparencyLocked = false
@compositeLocked = false
@positionLocked = false
@allLocked = false
parse: ->
locked = @file.readInt()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment