1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 09:09:47 +00:00

[skip ci] Add a Steam achievement for creating a 3D layer

This commit is contained in:
Emmanouil Papadeas 2024-07-27 13:00:16 +03:00
parent 40fb5894b0
commit 5eaf81aeae

View file

@ -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: