Activities/Blocku/Development: Difference between revisions
| Line 247: | Line 247: | ||
|Elements on Top | |Elements on Top | ||
|Certain elements that should be always on top aren't. Sometimes some blocks become on top. This has something to do with how the sprite rendering works. | |Certain elements that should be always on top aren't. Sometimes some blocks become on top. This has something to do with how the sprite rendering works. | ||
| | |Changed render mode to Layered Updates. | ||
|- | |- | ||
|Cursor Transparency | |Cursor Transparency | ||
|Cursor Image isn't transparent where it needs to be even though png image itself is. | |Cursor Image isn't transparent where it needs to be even though png image itself is. | ||
| | |Used image.convert_alpha | ||
|- | |- | ||
|Load a board dragging | |Load a board dragging | ||
|When loading in a pre-constructed board, blocks cannot be dragged. | |When loading in a pre-constructed board, blocks cannot be dragged. | ||
| | |Included the editMode boolean check | ||
|} | |} | ||