about summary refs log tree commit diff stats
path: root/apworld/client/rainbowText.gd
blob: 9a4c1d05c334a40bd5c7d5dd0fe627d8710f7b1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
extends RichTextEffect

var bbcode = "rainbow"


func _process_custom_fx(char_fx: CharFXTransform):
	char_fx.color = Color.from_hsv(
		char_fx.elapsed_time - floor(char_fx.elapsed_time), 1.0, 1.0, 1.0
	)
	return true
span>: 'Hlaða upp', captioned: 'Captioned image', // MISSING captionPlaceholder: 'Caption', // MISSING infoTab: 'Almennt', lockRatio: 'Festa stærðarhlutfall', menu: 'Eigindi myndar', pathName: 'image', // MISSING pathNameCaption: 'caption', // MISSING resetSize: 'Reikna stærð', resizer: 'Click and drag to resize', // MISSING title: 'Eigindi myndar', uploadTab: 'Senda upp', urlMissing: 'Image source URL is missing.', // MISSING altMissing: 'Alternative text is missing.' // MISSING } );