2023-05-09 21:51:45 +02:00
|
|
|
[gd_resource type="ShaderMaterial" load_steps=3 format=2]
|
|
|
|
|
2023-06-10 17:09:24 +02:00
|
|
|
[ext_resource path="res://assets/4x4checkerPattern.png" type="Texture" id=1]
|
2023-05-09 21:51:45 +02:00
|
|
|
[ext_resource path="res://materials/shader/HexToTexture.gdshader" type="Shader" id=2]
|
|
|
|
|
|
|
|
[resource]
|
|
|
|
shader = ExtResource( 2 )
|
|
|
|
shader_param/TextureSize = 4
|
2023-10-30 22:20:32 +01:00
|
|
|
shader_param/CoordinateOffsetU = null
|
|
|
|
shader_param/CoordinateOffsetV = null
|
2023-05-09 21:51:45 +02:00
|
|
|
shader_param/MapAlbedoTexture = ExtResource( 1 )
|