Increase lightmap (table, book and candle) and fix UV2 fiole

This commit is contained in:
stilobique-i7
2021-05-25 19:24:52 +02:00
committed by VAILLANT Jeremy
parent d9bd8c5ec3
commit 385d0437ec
6 changed files with 29 additions and 51 deletions
+1 -1
View File
@@ -4,5 +4,5 @@ extends Spatial
export(bool) var activate_candle = false setget activateCandle
export(String, "Candle Top", "Candle A", "Candle B", "Candle C", "Candle D") var list_candles
func activateCandle(newCandle):
func activateCandle(_newCandle):
pass