Make perspective scale work more explicitly from properties

This commit is contained in:
2026-05-13 23:37:13 -04:00
parent 1c2bdcf6c8
commit f4d8604044

View File

@@ -40,8 +40,8 @@
"type":"actor", "type":"actor",
"visible":true, "visible":true,
"width":16, "width":16,
"x":440.510088317656, "x":140.510088317656,
"y":140.347239175702 "y":400.347239175702
}, },
{ {
"gid":149, "gid":149,
@@ -72,17 +72,29 @@
"name":"p_foreground", "name":"p_foreground",
"rotation":0, "rotation":0,
"type":"perspective", "type":"perspective",
"properties": [
{
"name": "scale",
"type": "number",
"value": 1.5
}],
"visible":true, "visible":true,
"width":790, "width":790,
"x":0, "x":0,
"y":410 "y":410
}, },
{ {
"height":16, "height":12,
"id":17, "id":17,
"name":"p_vanishing", "name":"p_vanishing",
"rotation":0, "rotation":0,
"type":"perspective", "type":"perspective",
"properties": [
{
"name": "scale",
"type": "number",
"value": 0.75
}],
"visible":true, "visible":true,
"width":53, "width":53,
"x":270.5, "x":270.5,