Search found 2 matches

by YangTegap
Mon Sep 04, 2023 12:17 am
Forum: Request Help
Topic: SubViewport pixelates canvas items
Replies: 0
Views: 6649

SubViewport pixelates canvas items

I'm using Godot 4.1. I have a low-res pixel game with high-res text. To view the text in high-res, I have set the project stretch mode to canvas_items. This works great, but it doesn't make any difference as soon as I use a SubViewport... I have the SubVieport's Canvas Items Texture Filter set to &q...
by YangTegap
Fri Aug 18, 2023 3:20 am
Forum: Request Help
Topic: Shader Help
Replies: 1
Views: 1773

Shader Help

I'm looking to put a shader on a ColorRect that will do an inset boxshadow, like you can do in CSS, with the shadow color, intensity, and inward reach adjustable. I'm a total noob with shaders, can anyone help me with this?