Add new Tardis colour

This commit is contained in:
Skivling 2024-10-18 21:04:20 +13:00
parent f493bd9c8c
commit ee0b58d895
3 changed files with 7 additions and 1 deletions

View File

@ -12,7 +12,7 @@ This changelog should display who changed it and link to issues / pull requests
## Added
- A new console set! It is mainly green coloured, and uses the Zuphy32 palette. There is also a node to fit with them. (#60)
- A new console set! It is mainly green coloured, and uses the Zuphy32 palette. There is also a node, and a new Tardis exterior to go with them. (#60)
- Tardis craftability can be disabled with the setting `drwho_tardis.craftable_tardis`, which is useful for multiplayer or online servers where the admin doesn't want just anyone crafting a Tardis.

View File

@ -71,6 +71,12 @@ drwho_tardis:register_tardis_exterior({
title = "Magenta",
author = "ApolloX939"
})
drwho_tardis:register_tardis_exterior({
name = "turquiose",
texture = "tardis_turquiose.png",
title = "Turquiose",
author = "Skivling"
})
drwho_tardis:register_tardis_exterior({
name = "orange",
texture = "tardis_orange.png",

Binary file not shown.

After

Width:  |  Height:  |  Size: 457 B