Finally fixed font texture

This commit is contained in:
2024-05-09 14:12:40 +01:00
parent 10952b6502
commit 099340f870
20 changed files with 294 additions and 95 deletions

View File

@@ -1,6 +1,8 @@
[gd_resource type="ShaderMaterial" load_steps=2 format=3 uid="uid://bv4vhjg83fqpn"]
[gd_resource type="ShaderMaterial" load_steps=3 format=3 uid="uid://bv4vhjg83fqpn"]
[ext_resource type="Shader" path="res://Arkanoid.gdshader" id="1_otqlg"]
[ext_resource type="Texture2D" uid="uid://b56kjbt4ub52n" path="res://NoidTex.png" id="2_rlu6f"]
[resource]
shader = ExtResource("1_otqlg")
shader_parameter/ColourTexture = ExtResource("2_rlu6f")