From ad192fe7068081ed88f8616581bf450d601e99b1 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Tue, 29 Dec 2020 20:13:01 +0000 Subject: Add textures --- src/main/kotlin/Texture.kt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/main/kotlin/Texture.kt (limited to 'src/main/kotlin/Texture.kt') diff --git a/src/main/kotlin/Texture.kt b/src/main/kotlin/Texture.kt new file mode 100644 index 0000000..b4ab881 --- /dev/null +++ b/src/main/kotlin/Texture.kt @@ -0,0 +1,6 @@ +data class Texture( + val id: Int, + val width: Int, + val height: Int, + val cssColourPixelList: List +) \ No newline at end of file -- cgit v1.2.3