PIXEL DRAW INSTRUCTIONS Hello!!! Welcome to Pixel Draw! This is a simple blocks drawing game I made. Click on the blocks to draw. Use the slider to change your pen colour. The circle next to the ‘brightness’ slider will show you your current pen colour. Click on the ‘history’ button to see the colour you had used. Press ‘space’ to erase your drawing. Have fun making pixel art! :D CREDITS All codes/script, artwork and ideas are by me. No sounds or music. NOTES Hope you like this!!!! :D EXTRA Fun Fact: I make this project because I love creating pixel art. Random Fact About My Code: Normally, if you draw one block, the history list add a item of the current colour. If you draw 2 blocks with the same colour, there will be 2 same items showed on the history list. So if you colour the whole picture the same colour, the history list will ended up having lots of same items showed - which is really annoying. But I made a code that when the you colour a block, it first check is the last item of the history list the same to the current colour. If it is, then it won’t add that item to the list. But if it isn’t, it will add an item! :D