game/terrain/paints/terrain_paint.gd

14 lines
143 B
GDScript3
Raw Normal View History

2023-01-18 18:15:41 +01:00
class_name TerrainPaint extends Resource
##
##
##
@export
var albedo_map: Texture2D = null
##
##
##
@export
var normal_map: Texture2D = null