How to make my look 8 bit

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By 2Dfanatic

I’m trying make a clone of Nuclear throne (Top down shooter). In nuclear throne when i’m moving the mouse around the weapon’s position is updated along with global mouse position. When the gun is rotating it actually looks like a 8-bit game .

Nuclear throne

How do i achieve this in my game

My game

what is your weapon texture size? if you want pixelated image use small textures (3x12) and Zoom in 2x. The weapon in the video is 3 pixels wide.

razah | 2020-07-30 14:32

:bust_in_silhouette: Reply From: 2Dfanatic

Under project settings → Display → change Stretch->mode to Viewport

:bust_in_silhouette: Reply From: bellxion

This is late, and I’m a Godot noob, but I feel like the other answers didn’t get your point, so I’m going to have a crack at it.

You’d need to make the game objects very, very small, and then have the viewport zoomed in until you get the desired pixelization.