/** * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'widget', 'de-ch', { 'move': 'Zum Verschieben anwählen und ziehen', 'label': '%1 widget' // MISSING } ); 3.2.1' type='application/atom+xml'/>
about summary refs log tree commit diff stats
path: root/Archipelago/panelLevelSwitch.gd
blob: 06df02bfdd7f48713901a62a27389864fc8781f5 (plain) (blame)
1
2
3
4
5
6
7
extends "res://scripts/panelLevelSwitch.gd"


func handle_correct():
	# We don't call the base method because we want to suppress the original
	# behaviour.
	global.solved -= 1