mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
[skip ci] Add a Steam achievement for creating a 3D layer
This commit is contained in:
parent
40fb5894b0
commit
5eaf81aeae
|
@ -795,6 +795,7 @@ func add_layer(type := 0) -> void:
|
|||
l = GroupLayer.new(project)
|
||||
Global.LayerTypes.THREE_D:
|
||||
l = Layer3D.new(project)
|
||||
SteamManager.set_achievement("ACH_3D_LAYER")
|
||||
|
||||
var cels := []
|
||||
for f in project.frames:
|
||||
|
|
Loading…
Reference in a new issue