Added and improved screen shaders, switched to viewport stretch mode, improved overall visual style
This commit is contained in:
parent
bf1bf94f63
commit
471c496003
7 changed files with 95 additions and 20 deletions
|
@ -27,4 +27,4 @@ position = Vector2(4, 0)
|
|||
target_position = Vector2(0, -8.1)
|
||||
|
||||
[node name="Polygon2D" type="Polygon2D" parent="."]
|
||||
polygon = PackedVector2Array(-7, -7, -7, 7, 7, 7, 7, -7)
|
||||
polygon = PackedVector2Array(-9, -9, -9, 9, 9, 9, 9, -9)
|
||||
|
|
Reference in a new issue