aboutsummaryrefslogtreecommitdiff
path: root/client/map/items/glass_items.gd
blob: 29d87c7a18a3ee7cbee0a735fa99d1e36a3a05bb (plain)
1
2
3
4
5
6
class_name GlassItems

class WaterG extends GlassFill:
	func _init(owned_by_: Node3D):
		super(owned_by_)
		set_color(Color(.5, .6, .8))