Add new Tardis colour
This commit is contained in:
parent
f493bd9c8c
commit
ee0b58d895
@ -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.
|
||||
|
||||
|
@ -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",
|
||||
|
BIN
textures/tardis_turquiose.png
Normal file
BIN
textures/tardis_turquiose.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 457 B |
Loading…
x
Reference in New Issue
Block a user